diff options
-rw-r--r-- | templates/home.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index 4e03c0c1ae..7b7c9533a2 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -7,7 +7,7 @@ </div> <div class="hero"> <h1 class="ui icon header title"> - Gitea - Git with a cup of tea + {{.i18n.Tr "app_name"}} </h1> <h2>{{.i18n.Tr "app_desc"}}</h2> </div> |