From ed3a382dee6806bac375861d272fc6499ca72b79 Mon Sep 17 00:00:00 2001 From: tamilhce Date: Sat, 3 Sep 2016 15:33:45 +0000 Subject: [PATCH] Fix for typo in Horizon The horizon views.py had a typo in error msg Closes-Bug: #1619847 Change-Id: I5d41cb3318ca7a54ec973404cb03afdc3453c021 --- openstack_dashboard/dashboards/admin/floating_ips/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/admin/floating_ips/views.py b/openstack_dashboard/dashboards/admin/floating_ips/views.py index 05919d2c78..a1d7a5bb60 100644 --- a/openstack_dashboard/dashboards/admin/floating_ips/views.py +++ b/openstack_dashboard/dashboards/admin/floating_ips/views.py @@ -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 '