translation and text fix
This commit is contained in:
parent
78423c83e3
commit
3ef07758ef
3 changed files with 9 additions and 9 deletions
|
|
@ -929,7 +929,7 @@ class VirtualMachineView(LoginRequiredMixin, View):
|
|||
pass
|
||||
storage.used = True
|
||||
return HttpResponse(
|
||||
json.dumps({'redirect': self.get_success_url()}),
|
||||
json.dumps({'text': ugettext('Terminated')}),
|
||||
content_type="application/json"
|
||||
)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue