Skip to content
Snippets Groups Projects
Commit 5fbee736 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #22

parent 3e6b55e9
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ final class DashboardController extends TracToGitlab\Controller ...@@ -3,6 +3,7 @@ final class DashboardController extends TracToGitlab\Controller
{ {
const QM_LABEL_MAPPING = [ const QM_LABEL_MAPPING = [
'Anwendungs-Doku' => 'userdoc', 'Anwendungs-Doku' => 'userdoc',
'Barrierefreiheit' => 'a11y',
'Code-Review' => 'code', 'Code-Review' => 'code',
'Entwicklungs-Doku' => 'devdoc', 'Entwicklungs-Doku' => 'devdoc',
'Funktionalität' => 'func', 'Funktionalität' => 'func',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment