diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 90295413..8c2e88b2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -436,4 +436,8 @@ <string name="err_enter_store_name">Enter a store name to continue</string> <string name="exception_cannot_create_directory">Cannot create new directory.</string> + <!-- SSH port validation --> + <string name="ssh_scheme_needed_title">Potentially incorrect URL</string> + <string name="ssh_scheme_needed_message">It appears that your URL contains a custom port, but does not specify the ssh:// scheme.\nThis can cause the port to be considered a part of your path. Press OK here to fix the URL.</string> + </resources> |