mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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():
|
def init():
|
||||||
"""Initialize the module."""
|
"""Initialize the module."""
|
||||||
menu = cfg.main_menu.get('system:index')
|
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
|
@login_required
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user