diff options
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 7b7c9533a2..469b47cfa8 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -7,7 +7,7 @@ </div> <div class="hero"> <h1 class="ui icon header title"> - {{.i18n.Tr "app_name"}} + {{AppName}} </h1> <h2>{{.i18n.Tr "app_desc"}}</h2> </div> |