diff --git a/controllers/dashboard.php b/controllers/dashboard.php index 15ab26b56dbb7164fd192d254717a6126e25ffc4..8954302ddc42cf9c9406671197035e9cb2cef8e3 100644 --- a/controllers/dashboard.php +++ b/controllers/dashboard.php @@ -3,6 +3,7 @@ final class DashboardController extends TracToGitlab\Controller { const QM_LABEL_MAPPING = [ 'Anwendungs-Doku' => 'userdoc', + 'Barrierefreiheit' => 'a11y', 'Code-Review' => 'code', 'Entwicklungs-Doku' => 'devdoc', 'Funktionalität' => 'func',