aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorMohamed Zenadi <zeapo@users.noreply.github.com>2014-11-26 20:50:44 +0100
committerMohamed Zenadi <zeapo@users.noreply.github.com>2014-11-26 20:50:44 +0100
commit244b7194665bc484b8db07d4ddd1f885af12878c (patch)
tree65370849a603f1227b2f2c3d2f2e1920254f4872 /app/src/main/res/values/strings.xml
parent8076ef89f48f0d92e098f5fb64baed4d6f17f34f (diff)
parentf28065662a7556ec6948bfd23672716a1cf71dde (diff)
Merge pull request #44 from zeapo/feature/httpsv1.2-a6
Add https support
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 91b4e49a..05b8bbd4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -63,6 +63,8 @@
<string name="server_url">Server URL</string>
<string name="server_url_hint">server.com</string>
<string name="server_port_hint">22</string>
+ <string name="default_ssh_port">22</string>
+ <string name="default_https_port">443</string>
<string name="server_path">Repo path</string>
<string name="server_path_hint">path/to/pass</string>
<string name="server_user">Username</string>