diff --git a/hrapps/auth_hooks.py b/hrapps/auth_hooks.py index 0c7b447..9a6d563 100644 --- a/hrapps/auth_hooks.py +++ b/hrapps/auth_hooks.py @@ -12,7 +12,7 @@ class ApplicationsMenu(MenuItemHook): def __init__(self): MenuItemHook.__init__( self, - _('Applications2'), + _('Applications'), 'fa-regular fa-file', 'hrapps:index', navactive=['hrapps:'])