summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-04-08 21:49:37 +0000
committerGerrit Code Review <review@openstack.org>2021-04-08 21:49:37 +0000
commit1559883d0446a7e8f6638a8e12f25620fea3bdb7 (patch)
treee6ecf949eb7a01b558269daed3edbe83ebc92a1b
parent612bad4b5b033b01bfbb43b812814a7323f1f149 (diff)
parent0e47012a73d57379f39b525a2c03ae6d969b9390 (diff)
downloadhorizon-1559883d0446a7e8f6638a8e12f25620fea3bdb7.tar.gz
Merge "Replace Delete Force Volume Backup with Force Delete Volume Backup" into stable/wallaby
-rw-r--r--openstack_dashboard/dashboards/admin/backups/tables.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstack_dashboard/dashboards/admin/backups/tables.py b/openstack_dashboard/dashboards/admin/backups/tables.py
index 2255edc80..c6da81b00 100644
--- a/openstack_dashboard/dashboards/admin/backups/tables.py
+++ b/openstack_dashboard/dashboards/admin/backups/tables.py
@@ -42,16 +42,16 @@ class ForceDeleteBackup(policy.PolicyTargetMixin, tables.DeleteAction):
@staticmethod
def action_present(count):
return ungettext_lazy(
- u"Delete Force Volume Backup",
- u"Delete Force Volume Backups",
+ "Force Delete Volume Backup",
+ "Force Delete Volume Backups",
count
)
@staticmethod
def action_past(count):
return ungettext_lazy(
- u"Scheduled force deletion of Volume Backup",
- u"Scheduled force deletion of Volume Backups",
+ "Scheduled forced deletion of Volume Backup",
+ "Scheduled forced deletion of Volume Backups",
count
)