diff --git a/datacenterlight/templates/datacenterlight/order_detail.html b/datacenterlight/templates/datacenterlight/order_detail.html
index 7a882236..2fcddd51 100644
--- a/datacenterlight/templates/datacenterlight/order_detail.html
+++ b/datacenterlight/templates/datacenterlight/order_detail.html
@@ -72,13 +72,15 @@
diff --git a/hosting/locale/de/LC_MESSAGES/django.po b/hosting/locale/de/LC_MESSAGES/django.po
index 3351aee3..fac8cc5a 100644
--- a/hosting/locale/de/LC_MESSAGES/django.po
+++ b/hosting/locale/de/LC_MESSAGES/django.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-08-24 11:12+0000\n"
+"POT-Creation-Date: 2017-08-31 23:46+0530\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -278,9 +278,6 @@ msgstr ""
msgid "See Invoice"
msgstr "Rechnung"
-msgid "View Detail"
-msgstr "Details anzeigen"
-
msgid "Page"
msgstr ""
@@ -323,9 +320,8 @@ msgid ""
"You are not making any payment yet. After submitting your card information, "
"you will be taken to the Confirm Order Page."
msgstr ""
-"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst "
-"ausgelöst, nachdem Du die Bestellung auf der nächsten Seite bestätigt "
-"hast."
+"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
+"nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
msgid "Submit"
msgstr "Absenden"
@@ -371,9 +367,6 @@ msgstr ""
"Du kannst deinen privaten SSH Schlüssel nur einmal herunterladen. Beware ihn "
"sicher auf."
-msgid "Your SSH Keys"
-msgstr "Deine SSH Keys"
-
msgid ""
"To generate a new key pair or to upload your existing key, click 'Add Key'"
msgstr ""
@@ -470,6 +463,9 @@ msgstr ""
msgid "CREATE VM"
msgstr "NEUE VM"
+msgid "View Detail"
+msgstr "Details anzeigen"
+
msgid "login"
msgstr "Einloggen"
@@ -508,6 +504,9 @@ msgid ""
"contact Data Center Light Support."
msgstr "Kontaktiere den Data Center Light Support."
+#~ msgid "Your SSH Keys"
+#~ msgstr "Deine SSH Keys"
+
#~ msgid "Approved"
#~ msgstr "Akzeptiert"
diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css
index a6c14844..3672552e 100644
--- a/hosting/static/hosting/css/landing-page.css
+++ b/hosting/static/hosting/css/landing-page.css
@@ -536,6 +536,7 @@ a.unlink:hover {
.dcl-place-order-text{
font-size: 13px;
color: #808080;
+ margin-bottom: 15px;
}
.dcl-order-table-total .tbl-total {
diff --git a/hosting/templates/hosting/orders.html b/hosting/templates/hosting/orders.html
index ea4ded94..5515a0ab 100644
--- a/hosting/templates/hosting/orders.html
+++ b/hosting/templates/hosting/orders.html
@@ -40,7 +40,7 @@
{% endif %}
- {% trans "View Detail" %}
+ {% trans 'See Invoice' %}
|
{% endfor %}
diff --git a/hosting/templates/hosting/user_keys.html b/hosting/templates/hosting/user_keys.html
index fd93b66f..31332929 100644
--- a/hosting/templates/hosting/user_keys.html
+++ b/hosting/templates/hosting/user_keys.html
@@ -3,7 +3,7 @@
{% block content %}
-
{% trans "Your SSH Keys" %}
+
{% trans "My SSH Keys" %}
{% if messages %}
{% for message in messages %}