mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
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
This commit is contained in:
parent
b4c794058a
commit
1831ee2d1d
3 changed files with 9 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue