From f6252901cda73260511defb14ff1fb109949e8f9 Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Tue, 3 Jun 2025 15:27:39 +0200 Subject: [PATCH] spelling --- src/stores/admin/navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }]