From a5b1c152bfc92eaefdfb23e32091a241446379fe Mon Sep 17 00:00:00 2001
From: Natalia Lemmerth <83214960+NataliaLemmerth@users.noreply.github.com>
Date: Fri, 7 May 2021 17:08:30 +0200
Subject: [PATCH] Update strings.xml (#3097)

Changed Symptom-Erfassung to Erfassung von Symptomen
https://github.com/corona-warn-app/cwa-app-android/blob/release/2.2.x/Corona-Warn-App/src/main/res/values-de/strings.xml#L977

Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com>
---
 Corona-Warn-App/src/main/res/values-de/strings.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Corona-Warn-App/src/main/res/values-de/strings.xml b/Corona-Warn-App/src/main/res/values-de/strings.xml
index efad84444..8cc314fee 100644
--- a/Corona-Warn-App/src/main/res/values-de/strings.xml
+++ b/Corona-Warn-App/src/main/res/values-de/strings.xml
@@ -974,7 +974,7 @@
     <string name="submission_error_dialog_web_tan_redeemed_button_positive">"OK"</string>
 
     <!-- XHED: Dialog title for keys submission process cancellation -->
-    <string name="submission_error_dialog_confirm_cancellation_title">"Wollen Sie die Symptom-Erfassung abbrechen?"</string>
+    <string name="submission_error_dialog_confirm_cancellation_title">"Wollen Sie die Erfassung von Symptomen abbrechen?"</string>
     <!-- XMSG: Dialog body for keys submission process cancellation -->
     <string name="submission_error_dialog_confirm_cancellation_body">"Wenn Sie Angaben zu Ihren Symptomen machen, können Sie andere noch genauer warnen."</string>
     <!-- XBUT: Positive button for keys submission process cancellation -->
-- 
GitLab