diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/oreo_autofill_instructions.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/layout/oreo_autofill_instructions.xml b/app/src/main/res/layout/oreo_autofill_instructions.xml index e9bb7e55..874d764f 100644 --- a/app/src/main/res/layout/oreo_autofill_instructions.xml +++ b/app/src/main/res/layout/oreo_autofill_instructions.xml @@ -14,6 +14,7 @@ android:paddingTop="20dp"> <androidx.appcompat.widget.AppCompatTextView + android:id="@+id/intro_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/oreo_autofill_enable_dialog_description" diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 87357f86..1c1f480d 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -362,4 +362,6 @@ <string name="git_operation_wrong_passphrase">Wrong passphrase</string> <string name="bottom_sheet_create_new_folder">Create new folder</string> <string name="bottom_sheet_create_new_password">Create new password</string> + <string name="autofill_onboarding_dialog_title">New, revamped Autofill!</string> + <string name="autofill_onboarding_dialog_message">In this release, Autofill support has been massively improved with advanced features like anti-phishing protection and enhanced reliability. If you have been holding out on using it because of the shortcomings on the previous version, you\'ll likely love the new iteration. Give it a shot!</string> </resources> |