"Management" had a spelling error, this commit adds the missing character.

Change-Id: Ie343adbae65389a6d802556ff86c9aff51d81943
This commit is contained in:
Jonathan Herlin 2017-11-30 21:16:39 +01:00
parent 6620e0c8f0
commit 5d6427d44e
1 changed files with 1 additions and 1 deletions

View File

@ -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"),)