From e86f614385e119300bf173e35fb84d68fa05b075 Mon Sep 17 00:00:00 2001 From: janetback <68653277+janetback@users.noreply.github.com> Date: Wed, 16 Dec 2020 16:56:17 +0100 Subject: [PATCH] https://github.com/corona-warn-app/cwa-app-android/pull/1819 --- Corona-Warn-App/src/main/res/values-de/strings.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e59cc1b34..482da2402 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -99,9 +99,9 @@ <!-- XTXT: Notification body - Reminder to share a positive test result--> <string name="notification_body_share_positive_result">"Bitte warnen Sie andere und teilen Sie Ihr Testergebnis."</string> <!-- XHED: Notification title - test result is ready --> - <string name="notification_headline_test_result_ready">"Ihr Testergebnis"</string> + <string name="notification_headline_test_result_ready">"Corona-Warn-App"</string> <!-- XTXT: Notification body - test result is ready --> - <string name="notification_body_test_result_ready">"Es gibt wichtige Neuigkeiten. Bitte öffnen Sie Ihre Corona-Warn-App."</string> + <string name="notification_body_test_result_ready">"Es gibt Neuigkeiten von Ihrer Corona-Warn-App."</string> <!-- #################################### App Auto Update -- GitLab