Skip to content

Commit 647b093

Browse files
committed
fix
1 parent 1c88db0 commit 647b093

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ license_desc = Go get <a target="_blank" rel="noopener noreferrer" href="%[1]s">
245245
[install]
246246
install = Installation
247247
installing = Installing
248-
installing_desc = Installing now, please wait
248+
installing_desc = Installing now, please wait...
249249
title = Initial Configuration
250250
docker_helper = If you run Gitea inside Docker, please read the <a target="_blank" rel="noopener noreferrer" href="%s">documentation</a> before changing any settings.
251251
require_db_desc = Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).

templates/post-install.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</div>
1717
<div class="ui stackable middle very relaxed page grid">
1818
<div class="sixteen wide center aligned centered column">
19-
<p><a id="goto-user-login" href="{{AppSubUrl}}/user/login">{{ctx.Locale.Tr "install.installing_desc"}}...</a></p>
19+
<p><a id="goto-user-login" href="{{AppSubUrl}}/user/login">{{ctx.Locale.Tr "install.installing_desc"}}</a></p>
2020
</div>
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)