aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorMatthew Wong <wongma@protonmail.ch>2015-12-31 03:47:51 -0500
committerMatthew Wong <wongma@protonmail.ch>2015-12-31 03:47:51 -0500
commit1c3a4fe763e6722d7398afe518f22c66254c356e (patch)
tree949c3f4626e41eb45167b32a0aa36ddd07eababf /app/src/main/res/values
parentcdf27fc24da18fc7e60b4db5b1b24bcab2b38e4f (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.xml2
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>