Skip to content
Snippets Groups Projects
Unverified Commit a301cbe8 authored by Kolya Opahle's avatar Kolya Opahle Committed by GitHub
Browse files

Textual Enhancement in Context of "Gesundheitsamt" (EXPOSUREAPP-2692) (#1253)

parent 2b64a876
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_normal"
app:body="@{@string/submission_done_contagious}"
app:icon="@{@drawable/ic_risk_card_contact}"
app:icon="@{@drawable/ic_risk_details_contact}"
app:layout_constraintEnd_toEndOf="@+id/guideline_end"
app:layout_constraintStart_toStartOf="@+id/guideline_start"
app:layout_constraintTop_toBottomOf="@+id/submission_done_subtitle"
......
......@@ -984,7 +984,7 @@
<!-- XHED: Page subtitle for completed submission page -->
<string name="submission_done_subtitle">"Bitte beachten Sie:"</string>
<!-- YTXT: text after submission: contagious -->
<string name="submission_done_contagious">"Sie sind ansteckend."</string>
<string name="submission_done_contagious">"Das Gesundheitsamt wird sich in den nächsten Tagen bei Ihnen melden."</string>
<!-- YTXT: text after submission: isolate -->
<string name="submission_done_isolate">"Bitte isolieren Sie sich von anderen Personen."</string>
<!-- XHED: Title for further info -->
......@@ -1108,7 +1108,7 @@
<!-- YTXT: text for contagious card -->
<string name="submission_status_card_positive_result_contagious">"Sie sind ansteckend. Isolieren Sie sich von anderen Personen."</string>
<!-- YTXT: text for contact card -->
<string name="submission_status_card_positive_result_contact">"Das Gesundheitsamt wird sich in den nächsten Tagen telefonisch oder schriftlich bei Ihnen melden."</string>
<string name="submission_status_card_positive_result_contact">"Das Gesundheitsamt wird sich in den nächsten Tagen bei Ihnen melden."</string>
<!-- YTXT: text for share result card-->
<string name="submission_status_card_positive_result_share">"Teilen Sie Ihre Zufallscodes, damit andere gewarnt werden können."</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment