From 7939cc035f3947faab437c7435fecdbd4615f39a Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 9 Feb 2026 13:44:09 +0100 Subject: [PATCH] =?UTF-8?q?HshCologne/Translation/CustomTranslationDiction?= =?UTF-8?q?ary.cs=20-=20Angabe=20im=20HP=20Ohne=20Beratungsbedarf=20zu=20M?= =?UTF-8?q?it=20Wochenendzuschl=C3=A4gen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HshCologne/Translation/CustomTranslationDictionary.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReportImp/HshCologne/Translation/CustomTranslationDictionary.cs b/ReportImp/HshCologne/Translation/CustomTranslationDictionary.cs index 6bf4ef703..a141d758a 100644 --- a/ReportImp/HshCologne/Translation/CustomTranslationDictionary.cs +++ b/ReportImp/HshCologne/Translation/CustomTranslationDictionary.cs @@ -19,7 +19,8 @@ namespace HshCologne.Translation { var dict = base.GetTranslationDictionary(); AddOrReplaceTranslation(dict, "Krankenkasse", "Entfernung km"); - + AddOrReplaceTranslation(dict, "Ohne Beratungsbedarf", "Mit Wochenendzuschlägen"); + return dict; } }