Fix explainer fragment

This commit is contained in:
ameba23
2022-02-04 09:08:13 +01:00
parent c9140195cc
commit 5b63aa28d3
2 changed files with 54 additions and 55 deletions

View File

@@ -9,8 +9,7 @@ android:paddingLeft="@dimen/margin_large"
android:paddingTop="@dimen/margin_medium" android:paddingTop="@dimen/margin_medium"
android:paddingRight="@dimen/margin_large" android:paddingRight="@dimen/margin_large"
android:paddingBottom="@dimen/margin_medium" android:paddingBottom="@dimen/margin_medium"
tools:ignore="VectorDrawableCompat" tools:ignore="VectorDrawableCompat">
tools:showIn="@layout/activity_preview_recovery_custodian1">
<TextView <TextView
android:id="@+id/textView" android:id="@+id/textView"

View File

@@ -671,9 +671,9 @@
<string name="backup_created">Backup created 1/6/2020</string> <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_title">Backup your Briar identity and contacts list using trusted contacts</string>
<string name="social_backup_setup_explainer_long">Backup your Briar identity and contacts list using trusted contact</string> <string name="social_backup_setup_explainer_long">You must choose a set of contacts to send backup pieces to.</string>
<string name="social_backup_setup_explainer_button">You must choose a set of contacts to send backup pieces to.</string> <string name="social_backup_setup_explainer_button">Choose trusted contacts</string>
<!-- recovery from the secret owner's POV --> <!-- recovery from the secret owner's POV -->