saving cardholder name
This commit is contained in:
parent
32ba9c5ff7
commit
58e7a2aca7
3 changed files with 15 additions and 16 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue