Fix for typo in Horizon

The horizon views.py had a typo in error msg
Closes-Bug: #1619847

Change-Id: I5d41cb3318ca7a54ec973404cb03afdc3453c021
This commit is contained in:
tamilhce 2016-09-03 15:33:45 +00:00
parent bdbaf1c390
commit ed3a382dee
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ class DetailView(views.HorizonTemplateView):
res.set_id_as_name_if_empty(length=0)
return res
except KeyError:
msg = _('Unknow resource type for detail API.')
msg = _('Unknown resource type for detail API.')
exceptions.handle(self.request, msg, redirect=url)
except Exception:
msg = _('Unable to retrieve details for '