summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSandro Santilli <strk@kbt.io>2016-12-15 09:56:46 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2016-12-15 16:56:46 +0800
commit1831ee2d1d22596c3c697c11073e84be61ce5c5d (patch)
tree1df49b5deb30163d821f25bd8f3f8fc9ac5e6a9a /templates
parentb4c794058aa57426679877444b52561e7e16ef2b (diff)
downloadgitea-1831ee2d1d22596c3c697c11073e84be61ce5c5d.tar.gz
gitea-1831ee2d1d22596c3c697c11073e84be61ce5c5d.zip
Update example install url from try.gogs.io to try.gitea.io (#385)
* Update example install url from try.gogs.io to try.gitea.io * Ask if issue can be reproduced on try.gitea.io * Link try.gitea.io to the README
Diffstat (limited to 'templates')
-rw-r--r--templates/install.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install.tmpl b/templates/install.tmpl
index 2f1de90d8e..d16655b343 100644
--- a/templates/install.tmpl
+++ b/templates/install.tmpl
@@ -91,7 +91,7 @@
</div>
<div class="inline required field">
<label for="domain">{{.i18n.Tr "install.domain"}}</label>
- <input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. try.gogs.io" required>
+ <input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. try.gitea.io" required>
<span class="help">{{.i18n.Tr "install.domain_helper"}}</span>
</div>
<div class="inline required field">
@@ -106,7 +106,7 @@
</div>
<div class="inline required field">
<label for="app_url">{{.i18n.Tr "install.app_url"}}</label>
- <input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gogs.io" required>
+ <input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gitea.io" required>
<span class="help">{{.i18n.Tr "install.app_url_helper"}}</span>
</div>
<div class="inline required field">