diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ffd10068..2e37b0eb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -373,4 +373,7 @@ <string name="preference_default_username_title">Default username</string> <string name="git_operation_remember_password">Remember password</string> <string name="git_operation_hint_password">Password</string> + <string name="preference_custom_public_suffixes_title">Custom domains</string> + <string name="preference_custom_public_suffixes_summary">Autofill will distinguish subdomains of these domains</string> + <string name="preference_custom_public_suffixes_hint">company.com\npersonal.com</string> </resources> |