diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_autofill.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_autofill.xml b/app/src/main/res/layout/fragment_autofill.xml index 1f6aeba2..dd9f8419 100644 --- a/app/src/main/res/layout/fragment_autofill.xml +++ b/app/src/main/res/layout/fragment_autofill.xml @@ -18,7 +18,7 @@ android:id="@+id/webURL" android:layout_width="match_parent" android:layout_height="wrap_content" - android:hint="@string/autofill_webURL_hint" + android:hint="URL" android:inputType="textUri"/> </android.support.design.widget.TextInputLayout> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 499ae910..d19d545b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -171,5 +171,5 @@ <string name="autofill_apps_match_ellipsis">Match with…</string> <string name="autofill_apps_match">Match with</string> <string name="autofill_apps_never">Never match</string> - <string name="autofill_webURL_hint">URL</string> + <string name="autofill_apps_delete">Delete</string> </resources> |