From 2b6f7d8362a520360a337edaca35e9296b99c920 Mon Sep 17 00:00:00 2001 From: Natalia Lemmerth <83214960+NataliaLemmerth@users.noreply.github.com> Date: Thu, 10 Jun 2021 09:20:29 +0200 Subject: [PATCH] Text adjustments legal texts EN (EXPOSUREAPP-7645) (#3396) Co-authored-by: Mohamed Metwalli <mohamed.metwalli@sap.com> --- Corona-Warn-App/src/main/res/values/legal_strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Corona-Warn-App/src/main/res/values/legal_strings.xml b/Corona-Warn-App/src/main/res/values/legal_strings.xml index 036daa10a..e17bbc209 100644 --- a/Corona-Warn-App/src/main/res/values/legal_strings.xml +++ b/Corona-Warn-App/src/main/res/values/legal_strings.xml @@ -183,7 +183,7 @@ <!-- XTXT: Request GC title for privacy card --> <string name="request_green_certificate_privacy_title" translatable="false">Data protection and data security</string> <!-- XTXT: Request GC bullet point 1 for privacy card --> - <string name="request_green_certificate_privacy_section_1" translatable="false">Requesting and using a digital COVID-19 test certificate is voluntary. There are other ways to prove that you have a negative test certificate.</string> + <string name="request_green_certificate_privacy_section_1" translatable="false">Requesting and using a digital COVID-19 test certificate is voluntary. There are other ways to prove that you have a negative test result.</string> <!-- XTXT: Request GC bullet point 2 for privacy card --> <string name="request_green_certificate_privacy_section_2" translatable="false">To create your test certificate, data is transmitted once in encrypted form to the RKI. The RKI signs this data electronically to confirm its validity. The RKI will not store the data.</string> <!-- XTXT: Request GC extra bullet point PCR test for privacy card --> -- GitLab