fix(ui): align contextual documentation with headings

Verified with the coordinated workspace changes by devkit full run
2026-09-08T225814-186389-0000-3e3ed7cd (all seven phases passed).
This shared UI pass does not mark the individual module reviews complete.
This commit is contained in:
2026-09-09 02:03:40 +02:00
parent 2be7232c83
commit 13f389ff2c
4 changed files with 21 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
import type { PlatformTranslations } from "@govoplan/core-webui";
/** Module-owned translations for contextual headings. */
export const generatedTranslations: PlatformTranslations = {
en: {
"Helpdesk profiles": "Helpdesk profiles",
},
de: {
"Helpdesk profiles": "Helpdesk-Profile",
},
};