aboutsummaryrefslogtreecommitdiffstats
path: root/conf/locale
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-19 20:36:19 +0800
committerUnknwon <u@gogs.io>2015-08-19 20:36:19 +0800
commitbd1d7d1509e87c8ace6d8372cd1db7535ce06525 (patch)
treedbce69b06521abafb5fe0ad01014e6e5f3826d28 /conf/locale
parent1453e91f419e52fc74e3ec51b47a080a27a33342 (diff)
downloadgitea-bd1d7d1509e87c8ace6d8372cd1db7535ce06525.tar.gz
gitea-bd1d7d1509e87c8ace6d8372cd1db7535ce06525.zip
Able to set SSH port when install, update Docker docs
Diffstat (limited to 'conf/locale')
-rw-r--r--conf/locale/locale_en-US.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini
index b2ccee5b50..bc6c65a8f1 100644
--- a/conf/locale/locale_en-US.ini
+++ b/conf/locale/locale_en-US.ini
@@ -76,6 +76,8 @@ run_user = Run User
run_user_helper = The user must have access to Repository Root Path and run Gogs.
domain = Domain
domain_helper = This affects SSH clone URLs.
+ssh_port = SSH Port
+ssh_port_helper = Port number which your SSH server is using, leave it empty to disable SSH feature.
http_port = HTTP Port
http_port_helper = Port number which application will listen on.
app_url = Application URL