From dabdd2a656a6c4c4d4623f266c9d9677b81b7938 Mon Sep 17 00:00:00 2001 From: harambasicluka <64483219+harambasicluka@users.noreply.github.com> Date: Fri, 30 Apr 2021 11:34:24 +0200 Subject: [PATCH] default antigen string (#3023) --- Corona-Warn-App/src/main/res/values/antigen_strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Corona-Warn-App/src/main/res/values/antigen_strings.xml b/Corona-Warn-App/src/main/res/values/antigen_strings.xml index d454b6ae4..5e48d439f 100644 --- a/Corona-Warn-App/src/main/res/values/antigen_strings.xml +++ b/Corona-Warn-App/src/main/res/values/antigen_strings.xml @@ -121,7 +121,7 @@ <!-- XHED: submission result antigen fragment negative result proof title --> <string name="submission_test_result_antigen_negative_proof_title">"Verification Feature"</string> <!-- XHED: submission result antigen fragment negative result proof body --> - <string name="submission_test_result_antigen_negative_proof_body">"You can also use the test result displayed here as proof of a negative rapid test result. For more information, please familiarize yourself with the criteria for the acceptance of proof of testing in your federal state. Please note that you are under no obligation to use the app to prove your infection status. You can also prove the result of your rapid test in another manner compliant with the legal regulations."</string> + <string name="submission_test_result_antigen_negative_proof_body">"You can also use the test result displayed here as proof of a negative rapid test result. \n\nPlease note that you are only required to prove your rapid test result if this is required by law. You can prove the result using the app or in a different way. For more information, please familiarize yourself with the criteria for the acceptance of proof of testing in your federal state."</string> <!-- XHED: submission result antigen negative result counter title --> <string name="submission_test_result_antigen_negative_counter_title">"Result available since"</string> <!-- XHED: coronatest negative antigen result first info title --> -- GitLab