diff --git a/hosting/locale/de/LC_MESSAGES/django.po b/hosting/locale/de/LC_MESSAGES/django.po index beea43f2..afd3cef3 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: 2018-09-08 08:31+0000\n" +"POT-Creation-Date: 2018-09-08 08:45+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -807,9 +807,8 @@ msgstr "" msgid "Error terminating VM" msgstr "Fehler beenden VM" -#, python-format msgid "" -"VM terminate action timed out. Please contact support %(support_email)s for " +"VM terminate action timed out. Please contact support@datacenterlight.ch for " "further information." msgstr "" diff --git a/hosting/views.py b/hosting/views.py index 2ee0cd0e..68142a38 100644 --- a/hosting/views.py +++ b/hosting/views.py @@ -1432,10 +1432,8 @@ class VirtualMachineView(LoginRequiredMixin, View): sleep(2) if not response['status']: response['text'] = _("VM terminate action timed out. Please " - "contact support %(support_email)s for " - "further information.") % { - 'support_email': settings.DCL_SUPPORT_FROM_ADDRESS - } + "contact support@datacenterlight.ch for " + "further information.") context = { 'vm_name': vm_name, 'base_url': "{0}://{1}".format(