upgrades: Change menu item to 'Software Upgrades'

- This will be more familiar to the user due to similar messages on the
  desktops and mobiles.
This commit is contained in:
Sunil Mohan Adapa 2015-02-10 22:01:34 +05:30 committed by James Valleroy
parent 1f43be95a0
commit c3ac49e676

View File

@ -41,7 +41,8 @@ subsubmenu = [{'url': reverse_lazy('upgrades:index'),
def init():
"""Initialize the module."""
menu = cfg.main_menu.get('system:index')
menu.add_urlname(_('Upgrades'), 'glyphicon-refresh', 'upgrades:index', 21)
menu.add_urlname(_('Software Upgrades'), 'glyphicon-refresh',
'upgrades:index', 21)
@login_required