From e65ccf44fb169cd47b3bf1fe553ef13ed1b48e54 Mon Sep 17 00:00:00 2001 From: Alex Paulescu <alex.paulescu@gmail.com> Date: Mon, 24 May 2021 11:39:49 +0300 Subject: [PATCH] Updated strings to latest design spec. (#3255) Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com> --- 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 dc1d73c90..e3642534e 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -1178,9 +1178,9 @@ <!-- XHED: Page subheadline for dispatcher options asking if they already have a positive test: tele-TAN --> <string name="submission_dispatcher_already_positive_subheadline">"Ihr PCR-Test ist positiv?"</string> <!-- YTXT: Dispatcher text for QR code option --> - <string name="submission_dispatcher_card_qr">"Test mit QR-Code"</string> + <string name="submission_dispatcher_card_qr">"QR-Code scannen"</string> <!-- YTXT: Body text for QR code dispatcher option --> - <string name="submission_dispatcher_qr_card_text">"Registrieren Sie Ihren Test, indem Sie den QR-Code Ihres Testdokuments scannen."</string> + <string name="submission_dispatcher_qr_card_text">"Erhalten Sie Ihr Testergebnis in der App und warnen Sie andere."</string> <!-- YTXT: Dispatcher text for TAN code option --> <string name="submission_dispatcher_card_tan_code">"TAN für PCR-Test eingeben"</string> <!-- YTXT: Body text for TAN code dispatcher option --> -- GitLab