Some more screenreader improvements

This commit is contained in:
Michael 2025-02-02 18:19:32 +00:00
parent 95d3ce5441
commit f3c5855fc1
23 changed files with 162 additions and 160 deletions

View file

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