From 1211509b01913bfa84a0fd2a792805e9871634bc Mon Sep 17 00:00:00 2001
From: Mohamed <mohamed.metwalli@sap.com>
Date: Wed, 28 Apr 2021 11:04:19 +0200
Subject: [PATCH] Small text change (#2985)

---
 Corona-Warn-App/src/main/res/values-de/antigen_strings.xml | 4 ++--
 Corona-Warn-App/src/main/res/values/antigen_strings.xml    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Corona-Warn-App/src/main/res/values-de/antigen_strings.xml b/Corona-Warn-App/src/main/res/values-de/antigen_strings.xml
index 931bbbeb5..f2e027c2a 100644
--- a/Corona-Warn-App/src/main/res/values-de/antigen_strings.xml
+++ b/Corona-Warn-App/src/main/res/values-de/antigen_strings.xml
@@ -157,7 +157,7 @@
     <!-- XTXT: Create RAT profile birth date hint -->
     <string name="rat_profile_create_birth_date_hint">Geburtsdatum</string>
     <!-- XBUT: Create RAT profile save button -->
-    <string name="rat_profile_create_button">Specihern</string>
+    <string name="rat_profile_create_button">Speichern</string>
     <!-- XTXT: Create RAT profile description -->
     <string name="rat_profile_create_description">Legen Sie Ihre persönlichen Daten als QR-Code ab, um die Registrierung an der Teststelle zu beschleunigen.</string>
     <!-- XTXT: Create RAT profile street hint -->
@@ -165,7 +165,7 @@
     <!-- XTXT: Create RAT profile post code hint -->
     <string name="rat_profile_create_zip_code_hint">PLZ</string>
     <!-- XTXT: Create RAT profile city hint -->
-    <string name="rat_profile_create_city_hint">Stadt</string>
+    <string name="rat_profile_create_city_hint">Ort</string>
     <!-- XTXT: Create RAT profile phone hint -->
     <string name="rat_profile_create_phone_hint">Telefonnummer</string>
     <!-- XTXT: Create RAT profile email hint -->
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 f1cdaff71..20fbc15d9 100644
--- a/Corona-Warn-App/src/main/res/values/antigen_strings.xml
+++ b/Corona-Warn-App/src/main/res/values/antigen_strings.xml
@@ -157,7 +157,7 @@
     <!-- XTXT: Create RAT profile birth date hint -->
     <string name="rat_profile_create_birth_date_hint">Geburtsdatum</string>
     <!-- XBUT: Create RAT profile save button -->
-    <string name="rat_profile_create_button">Specihern</string>
+    <string name="rat_profile_create_button">Speichern</string>
     <!-- XTXT: Create RAT profile description -->
     <string name="rat_profile_create_description">Legen Sie Ihre persönlichen Daten als QR-Code ab, um die Registrierung an der Teststelle zu beschleunigen.</string>
     <!-- XTXT: Create RAT profile street hint -->
@@ -165,7 +165,7 @@
     <!-- XTXT: Create RAT profile post code hint -->
     <string name="rat_profile_create_zip_code_hint">PLZ</string>
     <!-- XTXT: Create RAT profile city hint -->
-    <string name="rat_profile_create_city_hint">Stadt</string>
+    <string name="rat_profile_create_city_hint">Ort</string>
     <!-- XTXT: Create RAT profile phone hint -->
     <string name="rat_profile_create_phone_hint">Telefonnummer</string>
     <!-- XTXT: Create RAT profile email hint -->
-- 
GitLab