From 4d875028298c4e151d2f7873865b9d32fb9e91c0 Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Thu, 23 Mar 2023 18:04:52 +0100 Subject: [PATCH] MH: Roman Roger Puth Dictionary --- ReportImp/RomanRogerPuth/Translation/TranslationDictionary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/RomanRogerPuth/Translation/TranslationDictionary.cs b/ReportImp/RomanRogerPuth/Translation/TranslationDictionary.cs index 280913a7c..c1e6a220c 100644 --- a/ReportImp/RomanRogerPuth/Translation/TranslationDictionary.cs +++ b/ReportImp/RomanRogerPuth/Translation/TranslationDictionary.cs @@ -19,7 +19,7 @@ namespace RogerRomanPuth.Translation { var dict = base.GetTranslationDictionary(); - AddOrReplaceTranslation(dict, "CustomerVarFieldsTitle", "Gesetzlicher Betreuer"); + AddOrReplaceTranslation(dict, "CustomerVarFieldsTitle", "Gesetzliche Vertretung"); return dict; }