diff --git a/plinth/modules/names/__init__.py b/plinth/modules/names/__init__.py index cd0b6946f..36e4d03ec 100644 --- a/plinth/modules/names/__init__.py +++ b/plinth/modules/names/__init__.py @@ -43,7 +43,7 @@ logger = logging.getLogger(__name__) def init(): """Initialize the names module.""" menu = cfg.main_menu.get('system:index') - menu.add_urlname(ugettext_lazy('Name Services'), 'glyphicon-th', + menu.add_urlname(ugettext_lazy('Name Services'), 'glyphicon-tag', 'names:index', 19) domain_added.connect(on_domain_added)