diff --git a/Corona-Warn-App/src/main/res/values/release_info_strings.xml b/Corona-Warn-App/src/main/res/values/release_info_strings.xml index f480f402b927499db999d597b89dd70293fdc893..4b54dd63aecab55f9fc942463c900fe504685b1a 100644 --- a/Corona-Warn-App/src/main/res/values/release_info_strings.xml +++ b/Corona-Warn-App/src/main/res/values/release_info_strings.xml @@ -22,7 +22,7 @@ <!-- XTXT: Text bodies for the release info screen bullet points --> <string-array name="new_release_body"> - <item>"The CWA now enables you to check in to events and places. Event organizers and store owners can use the app to create a QR code. Guests can then scan this QR code when they arrive to register their presence. The app can also create a journal entry upon request. If someone who checked in to this event or place is diagnosed with coronavirus later, other people who were checked in at the same time can be warned automatically."</item> + <item>"The CWA now enables you to check in to events and places. Event organizers and store owners can use the app to create a QR code. Guests can then scan this QR code when they arrive to register their presence. The app can also create a journal entry upon request. If someone who checked in to this event or place is diagnosed with coronavirus later, others who were checked in at the same time can be warned."</item> </string-array> <!-- XTXT: Text labels that will be converted to Links --> diff --git a/Corona-Warn-App/src/main/res/values/strings.xml b/Corona-Warn-App/src/main/res/values/strings.xml index 94cde0a78666409f6a84c020244079069e885910..85b773a8d494e0418b15f0179917c9e54076dc0d 100644 --- a/Corona-Warn-App/src/main/res/values/strings.xml +++ b/Corona-Warn-App/src/main/res/values/strings.xml @@ -2002,11 +2002,11 @@ <string name="trace_location_attendee_consent_dialog_negative_button">"Don’t Share"</string> <!-- XHED: Trace location check-ins invalid qr code dialog title --> - <string name="trace_location_attendee_invalid_qr_code_dialog_title">QR-Code nicht gültig</string> + <string name="trace_location_attendee_invalid_qr_code_dialog_title">"Invalid QR Code"</string> <!-- YTXT: Trace location check-ins invalid qr code dialog message --> - <string name="trace_location_attendee_invalid_qr_code_dialog_message">Der gescannte QR-Code ist nicht gültig.\nBitte scannen Sie einen gültigen QR-Code.\n\n(%1$s)</string> + <string name="trace_location_attendee_invalid_qr_code_dialog_message">"The scanned QR code is not valid.\nPlease scan a valid QR code.\n\n(%1$s)"</string> <!-- XBUT: Trace location check-ins invalid qr code dialog positive button --> - <string name="trace_location_attendee_invalid_qr_code_dialog_positive_button">Ok</string> + <string name="trace_location_attendee_invalid_qr_code_dialog_positive_button">"OK"</string> <!-- XBUT: Trace location check-ins invalid qr code dialog negative button --> - <string name="trace_location_attendee_invalid_qr_code_dialog_negative_button">Abbrechen</string> + <string name="trace_location_attendee_invalid_qr_code_dialog_negative_button">"Cancel"</string> </resources> \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 441ea82353cabda2c43a082686e709f16d1ba509..a994bed9355be12eb6a274565bdb4ad91a07c1a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,4 +20,4 @@ org.gradle.dependency.verification.console=verbose VERSION_MAJOR=2 VERSION_MINOR=0 VERSION_PATCH=4 -VERSION_BUILD=0 +VERSION_BUILD=1