summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py')
-rw-r--r--openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py b/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py
index 9dff61dfe..77d32aed0 100644
--- a/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py
+++ b/openstack_dashboard/dashboards/project/routers/extensions/extraroutes/tables.py
@@ -40,16 +40,16 @@ class RemoveRouterRoute(policy.PolicyTargetMixin, tables.DeleteAction):
@staticmethod
def action_present(count):
return ungettext_lazy(
- u"Delete Static Route",
- u"Delete Static Routes",
+ "Delete Static Route",
+ "Delete Static Routes",
count
)
@staticmethod
def action_past(count):
return ungettext_lazy(
- u"Deleted Static Route",
- u"Deleted Static Routes",
+ "Deleted Static Route",
+ "Deleted Static Routes",
count
)
failure_url = 'horizon:project:routers:detail'