summaryrefslogtreecommitdiff
path: root/openstack_dashboard/management
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-03-04 18:20:07 +0000
committerGerrit Code Review <review@openstack.org>2021-03-04 18:20:07 +0000
commit425ab2d36a9f4c68c010169a1b99931f9c755899 (patch)
treec87e558ca5653b9f004ee9ea4a0769c462b2ba92 /openstack_dashboard/management
parent03aee256ec79cf4f266c9f5a3e8694ac5e9aeee5 (diff)
parent73a4c36829746d15d3a18d50f0b3d3bfe8bada24 (diff)
downloadhorizon-425ab2d36a9f4c68c010169a1b99931f9c755899.tar.gz
Merge "Drop translation marker from upgrade-check help"
Diffstat (limited to 'openstack_dashboard/management')
-rw-r--r--openstack_dashboard/management/commands/upgrade_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/management/commands/upgrade_check.py b/openstack_dashboard/management/commands/upgrade_check.py
index 103f0f86f..2f0c07a94 100644
--- a/openstack_dashboard/management/commands/upgrade_check.py
+++ b/openstack_dashboard/management/commands/upgrade_check.py
@@ -304,7 +304,7 @@ class UpgradeCheckTable(upgradecheck.UpgradeCommands):
class Command(BaseCommand):
- help = _("Perform a check to see if the application is ready for upgrade.")
+ help = "Perform a check to see if the application is ready for upgrade."
def add_arguments(self, parser):
parser.add_argument(