Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Fix: SRS Consent Screen text (#5775)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwalli authored Dec 21, 2022
1 parent 286e344 commit f935d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginBottom="16dp"
android:text="@string/generic_action_abort"
android:text="@string/srs_submission_warning_dialog_negative_button"
app:layout_constraintTop_toBottomOf="@+id/srs_submission_consent_accept_button"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="@id/guideline_end"
Expand Down
2 changes: 1 addition & 1 deletion Corona-Warn-App/src/main/res/values-tr/legal_strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<!-- XHED: Submission consent privacy card title -->
<string name="srs_privacy_card_title_text" translatable="false">Rıza beyanınız</string>
<!-- XTXT: Submission consent privacy card subtitle -->
<string name="srs_privacy_card_subtitle_text" translatable="false">Kabul Ediyorum’a dokunarak aşağıdaki adımları kabul etmiş olursunuz:</string>
<string name="srs_privacy_card_subtitle_text" translatable="false">Kabul et” dokunarak aşağıdaki adımları kabul etmiş olursunuz:</string>
<!-- XTXT: Submission consent privacy card first bulletpoint -->
<string name="srs_privacy_card_first_bulletpoint_text" translatable="false"><b>Uygulama, karşılaştığınız veya sizinle aynı anda aynı etkinlikte veya yerde check-in yapmış olan diğer Corona Warn uygulaması kullanıcılarını uyarmak için pozitif test sonucunuzu paylaşır.</b></string>
<!-- XTXT: Submission consent privacy card second bulletpoint -->
Expand Down

0 comments on commit f935d40

Please sign in to comment.