Skip to content
Snippets Groups Projects
Unverified Commit 7831f595 authored by Ralf Gehrer's avatar Ralf Gehrer Committed by GitHub
Browse files

Include hotline notice (EXPOSUREAPP-3432) (#1478)

parent 4582dfb1
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,17 @@ ...@@ -102,6 +102,17 @@
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/submission_contact_step_1_number" /> app:layout_constraintTop_toBottomOf="@id/submission_contact_step_1_number" />
<TextView
android:id="@+id/submission_contact_body_other"
style="@style/body2"
android:layout_width="@dimen/match_constraint"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/spacing_small"
android:text="@string/submission_contact_body_other"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/submission_contact_operating_hours_body" />
</androidx.constraintlayout.widget.ConstraintLayout> </androidx.constraintlayout.widget.ConstraintLayout>
</de.rki.coronawarnapp.ui.view.StepEntry> </de.rki.coronawarnapp.ui.view.StepEntry>
......
...@@ -1048,6 +1048,8 @@ ...@@ -1048,6 +1048,8 @@
<string name="submission_contact_step_2_body">"Test per TAN-Eingabe in der App registrieren"</string> <string name="submission_contact_step_2_body">"Test per TAN-Eingabe in der App registrieren"</string>
<!-- YTXT: Body text for operating hours in contact page--> <!-- YTXT: Body text for operating hours in contact page-->
<string name="submission_contact_operating_hours_body">"Sprachen:\nDeutsch, Englisch, Türkisch\n\nErreichbarkeit:\nMo - So: Täglich 24 Stunden\n\nDer Anruf ist kostenfrei."</string> <string name="submission_contact_operating_hours_body">"Sprachen:\nDeutsch, Englisch, Türkisch\n\nErreichbarkeit:\nMo - So: Täglich 24 Stunden\n\nDer Anruf ist kostenfrei."</string>
<!-- YTXT: Body text for technical contact and hotline information page -->
<string name="submission_contact_body_other">"Für gesundheitliche Fragen wenden Sie sich bitte an Ihre Hausarztpraxis oder die Hotline des ärztlichen Bereitschaftsdienstes 116 117."</string>
<!-- XACT: Submission contact page title --> <!-- XACT: Submission contact page title -->
<string name="submission_contact_accessibility_title">"TAN-Anfrage per Telefonanruf"</string> <string name="submission_contact_accessibility_title">"TAN-Anfrage per Telefonanruf"</string>
......
...@@ -1052,6 +1052,9 @@ ...@@ -1052,6 +1052,9 @@
<string name="submission_contact_step_2_body">"Register the test by entering the TAN in the app."</string> <string name="submission_contact_step_2_body">"Register the test by entering the TAN in the app."</string>
<!-- YTXT: Body text for operating hours in contact page--> <!-- YTXT: Body text for operating hours in contact page-->
<string name="submission_contact_operating_hours_body">"Languages: \nGerman, English, Turkish\n\nBusiness hours:\nMonday to Sunday: 24 hours\n\nThe call is free of charge."</string> <string name="submission_contact_operating_hours_body">"Languages: \nGerman, English, Turkish\n\nBusiness hours:\nMonday to Sunday: 24 hours\n\nThe call is free of charge."</string>
<!-- YTXT: Body text for technical contact and hotline information page -->
<string name="submission_contact_body_other">"If you have any health-related questions, please contact your general practitioner or the hotline for the medical emergency service, telephone: 116 117."</string>
<!-- XACT: Submission contact page title --> <!-- XACT: Submission contact page title -->
<string name="submission_contact_accessibility_title">"Call the hotline and request a TAN"</string> <string name="submission_contact_accessibility_title">"Call the hotline and request a TAN"</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