diff --git a/bgpvpn_dashboard/dashboards/admin/bgpvpn/views.py b/bgpvpn_dashboard/dashboards/admin/bgpvpn/views.py index d74de5c7..7bb0755c 100644 --- a/bgpvpn_dashboard/dashboards/admin/bgpvpn/views.py +++ b/bgpvpn_dashboard/dashboards/admin/bgpvpn/views.py @@ -39,7 +39,7 @@ class IndexView(project_views.IndexView): return api.keystone.tenant_get(self.request, id).name except Exception: msg = _("Unable to retrieve information about the " - "tenant %s") % id + "project %s") % id exceptions.handle(self.request, msg) def get_data(self):

AltStyle によって変換されたページ (->オリジナル) /