diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-12-31 03:47:51 -0500 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-12-31 03:47:51 -0500 |
commit | 1c3a4fe763e6722d7398afe518f22c66254c356e (patch) | |
tree | 949c3f4626e41eb45167b32a0aa36ddd07eababf /app/src/main/res/values | |
parent | cdf27fc24da18fc7e60b4db5b1b24bcab2b38e4f (diff) |
Use URL as package name for app/website settings and match Chrome using URL. But use site title for automatching attempts when URL match not found
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3f4fb345..499ae910 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_webname_hint">Name</string> + <string name="autofill_webURL_hint">URL</string> </resources> |