]> source.dussan.org Git - gitea.git/commitdiff
Use APP_NAME on home page (#5048)
authormcnesium <mcnesium@users.noreply.github.com>
Thu, 18 Oct 2018 07:34:45 +0000 (09:34 +0200)
committerLunny Xiao <xiaolunwen@gmail.com>
Thu, 18 Oct 2018 07:34:45 +0000 (15:34 +0800)
Would it make sense to actually use the configured app name on the home page?

templates/home.tmpl

index 4e03c0c1aefe779048dd65d93ff0721ee876bf6a..7b7c9533a22a82fbca60c40cbf4d13e46e580d3b 100644 (file)
@@ -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>