Fixed some questionable grammar in an error message.
Fixes bug 905231. Change-Id: Ifd08c11919c0cbf8ce94be9012d6724b820d866c
This commit is contained in:
@@ -98,8 +98,8 @@ class UpdateImageForm(forms.SelfHandlingForm):
|
||||
messages.error(request, error_updating)
|
||||
return redirect('dash_images_update', tenant_id, image_id)
|
||||
else:
|
||||
messages.info(request, _('Unable to update image. You are not its \
|
||||
owner.'))
|
||||
messages.info(request, _('Unable to delete the requested image '
|
||||
'because you are not its owner.'))
|
||||
return redirect('dash_images_update', tenant_id, image_id)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user