Several accessibility improvements

This commit is contained in:
Michael 2025-01-26 12:35:26 +00:00
commit c978c8e027
20 changed files with 45 additions and 35 deletions

View file

@ -134,6 +134,6 @@ class BaseProfile extends BaseModule
$tpl = Renderer::getMarkupTemplate('common_tabs.tpl');
return Renderer::replaceMacros($tpl, ['$tabs' => $arr['tabs']]);
return Renderer::replaceMacros($tpl, ['$tabs' => $arr['tabs'], '$more' => DI::l10n()->t('More')]);
}
}