diff options
author | mcnesium <mcnesium@users.noreply.github.com> | 2018-10-18 09:34:45 +0200 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-10-18 15:34:45 +0800 |
commit | 7bb4d610e5cca7ad514e377d2b36254a4cfee5b9 (patch) | |
tree | 40cdee18972bdb1d900f14ee19a1c9a384f344cd /templates/home.tmpl | |
parent | eb0c848f5be5f9ce6fdb29bc13641d207a93b19d (diff) | |
download | gitea-7bb4d610e5cca7ad514e377d2b36254a4cfee5b9.tar.gz gitea-7bb4d610e5cca7ad514e377d2b36254a4cfee5b9.zip |
Use APP_NAME on home page (#5048)
Would it make sense to actually use the configured app name on the home page?
Diffstat (limited to 'templates/home.tmpl')
-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> |