diff --git a/src/stores/admin/navigation.ts b/src/stores/admin/navigation.ts index 0e89f1b..3b14619 100644 --- a/src/stores/admin/navigation.ts +++ b/src/stores/admin/navigation.ts @@ -113,7 +113,7 @@ export const useNavigationStore = defineStore("navigation", { ? [{ key: "qualification", title: "Qualifikationen" }] : []), ...(abilityStore.can("read", "configuration", "education") - ? [{ key: "education", title: "Aus-Fortbildungen" }] + ? [{ key: "education", title: "Aus-/Fortbildungen" }] : []), ...(abilityStore.can("read", "configuration", "executive_position") ? [{ key: "executive_position", title: "Vereinsämter" }]