mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
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:
parent
1f43be95a0
commit
c3ac49e676
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user