From 35a33892293efb230854fa7d21c312b7786eede7 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Mon, 9 Oct 2023 17:31:54 +0200 Subject: [PATCH] Rename "Lernfeld" to "Modul" on all environments Resolves MS-818 #complete --- client/src/helpers/app-flavor.constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/helpers/app-flavor.constants.ts b/client/src/helpers/app-flavor.constants.ts index b76c1dff..69989fe8 100644 --- a/client/src/helpers/app-flavor.constants.ts +++ b/client/src/helpers/app-flavor.constants.ts @@ -39,8 +39,8 @@ export const myKvValues: FlavorValues = { textAppName: 'myKV', textTopic: 'HKB', textTopics: 'HKB', - textModule: 'Lernfeld', - textModules: 'Lernfelder', + textModule: 'Modul', + textModules: 'Module', textInstrument: 'Grundlagenwissen', textInstruments: 'Grundlagenwissen', textInstrumentFilterShowAll: 'Alles anzeigen',