Skip to content

Commit 7bb4d61

Browse files
mcnesiumlunny
authored andcommitted
Use APP_NAME on home page (#5048)
Would it make sense to actually use the configured app name on the home page?
1 parent eb0c848 commit 7bb4d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88
<div class="hero">
99
<h1 class="ui icon header title">
10-
Gitea - Git with a cup of tea
10+
{{.i18n.Tr "app_name"}}
1111
</h1>
1212
<h2>{{.i18n.Tr "app_desc"}}</h2>
1313
</div>

0 commit comments

Comments
 (0)