Merge pull request #8240 from annando/a11y-3

Accessibility again: Notifications are now accessible
This commit is contained in:
Hypolite Petovan
2020-02-05 16:22:26 -05:00
committed by GitHub
5 changed files with 43 additions and 31 deletions
+1
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')
]);