From 91d0653f2cbe23bad68ba41c199cf8870c6bbe07 Mon Sep 17 00:00:00 2001
From: Ralf Gehrer <ralfgehrer@users.noreply.github.com>
Date: Wed, 17 Mar 2021 15:34:43 +0100
Subject: [PATCH] Update default strings (DEV) #2635

---
 Corona-Warn-App/src/main/res/values/contact_diary_strings.xml | 4 ++--
 Corona-Warn-App/src/main/res/values/strings.xml               | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Corona-Warn-App/src/main/res/values/contact_diary_strings.xml b/Corona-Warn-App/src/main/res/values/contact_diary_strings.xml
index 51de0667c..cb4764e53 100644
--- a/Corona-Warn-App/src/main/res/values/contact_diary_strings.xml
+++ b/Corona-Warn-App/src/main/res/values/contact_diary_strings.xml
@@ -12,7 +12,7 @@
     <string name="contact_diary_person_list_no_items_title">"No people defined yet"</string>
     <string name="contact_diary_person_list_no_items_subtitle">"Create a person and add them to your contact journal."</string>
     <string name="contact_diary_add_person_title">"Person"</string>
-    <string name="contact_diary_add_person_text_input_name_hint">"First name, last name"</string>
+    <string name="contact_diary_add_person_text_input_name_hint">"Name"</string>
     <string name="contact_diary_add_text_input_phone_hint">"Phone"</string>
     <string name="contact_diary_add_text_input_email_hint">"e-mail"</string>
     <string name="contact_diary_add_person_save_button">"Save"</string>
@@ -200,7 +200,7 @@
     <!-- XBUT: Option - person encounter - inside-->
     <string name="contact_diary_location_visit_duration_label">"Duration"</string>
     <!-- XTXT: Option - location encounter - duration in hours label-->
-    <string name="contact_diary_location_visit_duration_hour">"h"</string>
+    <string name="contact_diary_location_visit_duration_hour">"hrs"</string>
     <!-- XTXT: Option - person encounter - circumstances hint-->
     <string name="contact_diary_location_visit_circumstances_hint">"Note (e.g. very full)"</string>
 </resources>
diff --git a/Corona-Warn-App/src/main/res/values/strings.xml b/Corona-Warn-App/src/main/res/values/strings.xml
index b130661cc..f76a22058 100644
--- a/Corona-Warn-App/src/main/res/values/strings.xml
+++ b/Corona-Warn-App/src/main/res/values/strings.xml
@@ -307,6 +307,7 @@
     <!-- XHED: risk details - infection period logged headling, below behaviors -->
     <string name="risk_details_subtitle_period_logged">"This period is included in the calculation."</string>
     <!-- XHED: risk details - infection period logged information body, below behaviors -->
+<!--    Dialog part 1-->
     <string name="risk_details_information_body_period_logged">"Your risk of infection can be calculated only for periods during which exposure logging was active. The logging feature should therefore remain active permanently. Exposure logging covers the last 14 days."</string>
     <!-- XTXT: risk details - infection period logged information body, under 14 days -->
     <string name="risk_details_information_body_period_logged_assessment_under_14_days">"The Corona-Warn-App was installed %s ago. Your risk of infection is calculated for the periods during which exposure logging was active. If you have encountered other people and exposure logging was active, your risk of infection is calculated."</string>
-- 
GitLab