Accessibility again: Notifications are now accessible

This commit is contained in:
Michael 2020-02-05 21:06:03 +00:00
parent 16c2705016
commit ace3c52c8e
5 changed files with 50 additions and 30 deletions

View file

@ -73,6 +73,7 @@ class Nav
'$userinfo' => $nav_info['userinfo'],
'$sel' => self::$selected,
'$apps' => self::getAppMenu(),
'$home' => DI::l10n()->t('Go back'),
'$clear_notifs' => DI::l10n()->t('Clear notifications'),
'$search_hint' => DI::l10n()->t('@name, !forum, #tags, content')
]);