From 5d6427d44ebb5f5282a5d2e73a09047be0923e2c Mon Sep 17 00:00:00 2001 From: Jonathan Herlin Date: Thu, 30 Nov 2017 21:16:39 +0100 Subject: [PATCH] "Management" had a spelling error, this commit adds the missing character. Change-Id: Ie343adbae65389a6d802556ff86c9aff51d81943 --- adjutant_ui/content/quota/panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adjutant_ui/content/quota/panel.py b/adjutant_ui/content/quota/panel.py index 2825eba..d8b5064 100644 --- a/adjutant_ui/content/quota/panel.py +++ b/adjutant_ui/content/quota/panel.py @@ -18,6 +18,6 @@ import horizon class QuotaPanel(horizon.Panel): - name = _("Quota Managment") + name = _("Quota Management") slug = 'quota' policy_rules = (('identity', "project_mod_or_admin"),)