Correct text

This commit is contained in:
PCoder 2018-09-08 10:33:00 +02:00
commit e376f38baa
2 changed files with 8 additions and 2 deletions

View file

@ -1431,7 +1431,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
else:
sleep(2)
if not response['status']:
response['text'] = _("VM terminate action timed-out. Please "
response['text'] = _("VM terminate action timed out. Please "
"contact support %(support_email)s for "
"further information.") % {
'support_email': settings.DCL_SUPPORT_FROM_ADDRESS