diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-19 17:28:08 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-09-19 17:30:19 +0530 |
commit | e8e0cc791ffa92a9487d4bf2e1831f9ce34ee687 (patch) | |
tree | 6de13bbc2682a60eedf5923cfa1bda3ae3ae18c7 /app/src/main/res | |
parent | 5d5a068591e16a97f6cbbf6b75ecc2e5aed5bbf3 (diff) |
Add check for potential issues with SSH URL
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
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> |