saving cardholder name

This commit is contained in:
Arvind Tiwari 2017-08-29 17:48:41 +05:30
commit 58e7a2aca7
3 changed files with 15 additions and 16 deletions

View file

@ -330,20 +330,16 @@ msgstr "Deine Kreditkartennummer"
msgid "Reset your password"
msgstr "Passwort zurücksetzen"
#, fuzzy
#| msgid "VM Settings"
msgid "My Settings"
msgstr "VM Einstellungen"
msgstr "Meine Einstellungen"
msgid "Last"
msgstr ""
#, fuzzy
#| msgid "Card Type"
msgid "Type"
msgstr "Kartentyp"
msgid "No Cards found for your account."
msgid "Add a new Card."
msgstr ""
msgid "Add your public SSH key"
@ -508,7 +504,7 @@ msgstr "Bestellung Bestätigen"
msgid ""
"We could not find the requested VM. Please "
"contact Data Center Light Support."
msgstr ""
msgstr "Kontaktiere den Data Center Light Support."
#~ msgid ""
#~ "\n"

View file

@ -34,8 +34,7 @@
<h5 class="membership-lead">{% trans "Type" %}: {{credit_card_data.cc_brand}}</h5>
</div>
{% else %}
<h4>{% trans "No Cards found for your account." %}</h4>
{% comment %}
<h4>{% trans "Add a new Card." %}</h4>
<form action="" id="payment-form-new" class="credit-card-form" method="POST">
<input type="hidden" name="token"/>
<div class="credit-card-goup">
@ -92,7 +91,6 @@
<p class="payment-errors"></p>
</div>
</form>
{% endcomment %}
{% endif %}
</div>
</div>