From 7771981ae40a466196ae153f25a75de591d3aff4 Mon Sep 17 00:00:00 2001 From: Alex Paulescu <alex.paulescu@gmail.com> Date: Tue, 4 May 2021 16:57:31 +0300 Subject: [PATCH] Fix line break in error report screen (EXPOSUREAPP-7002) (#3068) Co-authored-by: harambasicluka <64483219+harambasicluka@users.noreply.github.com> --- Corona-Warn-App/src/main/res/values-de/strings.xml | 2 +- Corona-Warn-App/src/main/res/values/strings.xml | 2 +- 2 files 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 2143e9f0a..55c943fcf 100644 --- a/Corona-Warn-App/src/main/res/values-de/strings.xml +++ b/Corona-Warn-App/src/main/res/values-de/strings.xml @@ -854,7 +854,7 @@ <!-- YTXT: Description one for the debug option to record log files --> <string name="debugging_debuglog_intro_explanation_section_one">"Um den technischen Support der App bei der Fehleranalyse zu unterstützen, können Sie einen Fehlerbericht der CWA aufzeichnen. Hierbei werden die einzelnen technischen Schritte und Ereignisse beim Ablauf der App detailliert aufgezeichnet. Den Fehlerbericht können Sie dann an den technischen Support senden und so helfen, Fehler zu erkennen und zu beheben."</string> <!-- YTXT: Description two for the debug option to record log files --> - <string name="debugging_debuglog_intro_explanation_section_two">"Weitere Informationen finden Sie in den FAQ:\nFAQ zu den Fehlerberichten"</string> + <string name="debugging_debuglog_intro_explanation_section_two">"Weitere Informationen finden Sie in den FAQ: FAQ zu den Fehlerberichten"</string> <!-- XTXT: Debug Log screen increased risk level link label - HAS TO MATCH the link text above --> <string name="debugging_debuglog_intro_explanation_section_two_link_label">"FAQ zu den Fehlerberichten"</string> <!-- XTXT: Explains user about about debug log: URL, has to be "translated" into english (relevant for all languages except german) - https://www.coronawarn.app/en/faq/#further_details --> diff --git a/Corona-Warn-App/src/main/res/values/strings.xml b/Corona-Warn-App/src/main/res/values/strings.xml index 37807573d..966ec6cc8 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -854,7 +854,7 @@ <!-- YTXT: Description one for the debug option to record log files --> <string name="debugging_debuglog_intro_explanation_section_one">"To help the app technical support team with error analysis, you can record an error report from the CWA. When you do so, the individual technical steps and results of app processes are recorded. You can then send the error report to technical support and help to identify and correct the error."</string> <!-- YTXT: Description two for the debug option to record log files --> - <string name="debugging_debuglog_intro_explanation_section_two">"For further information, please see our FAQ page:\nFAQ for error reports"</string> + <string name="debugging_debuglog_intro_explanation_section_two">"For further information, please see our FAQ page: FAQ for error reports"</string> <!-- XTXT: Debug Log screen increased risk level link label - HAS TO MATCH the link text above --> <string name="debugging_debuglog_intro_explanation_section_two_link_label">"FAQ for error reports"</string> <!-- XTXT: Explains user about about debug log: URL, has to be "translated" into english (relevant for all languages except german) - https://www.coronawarn.app/en/faq/#further_details --> -- GitLab