Add string for explainer button

This commit is contained in:
ameba23
2022-02-02 11:17:07 +01:00
parent daf233ccd7
commit 5a116f08c5
2 changed files with 4 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ tools:showIn="@layout/activity_preview_recovery_custodian1">
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="24dp"
android:text="@string/custodian_scan_code"
android:text="@string/social_backup_setup_explainer_button"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"

View File

@@ -671,8 +671,9 @@
<string name="backup_created">Backup created 1/6/2020</string>
<string name="social_backup_setup_explainer_title">setup social backup</string>
<string name="social_backup_setup_explainer_long">choose some trusted contacts</string>
<string name="social_backup_setup_explainer_title">Setup social backup</string>
<string name="social_backup_setup_explainer_long">Choose some trusted contacts</string>
<string name="social_backup_setup_explainer_button">Select trusted contacts</string>
<!-- recovery from the secret owner's POV -->