diff --git a/plinth/modules/upgrades/upgrades.py b/plinth/modules/upgrades/upgrades.py index 842d3e06f..745010d8a 100644 --- a/plinth/modules/upgrades/upgrades.py +++ b/plinth/modules/upgrades/upgrades.py @@ -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