summaryrefslogtreecommitdiffstats
path: root/templates/repo/wiki/start.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/wiki/start.tmpl')
-rw-r--r--templates/repo/wiki/start.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/repo/wiki/start.tmpl b/templates/repo/wiki/start.tmpl
index 514ac114ad..e353fcab41 100644
--- a/templates/repo/wiki/start.tmpl
+++ b/templates/repo/wiki/start.tmpl
@@ -4,10 +4,10 @@
<div class="ui container">
<div class="ui center segment">
{{svg "octicon-book" 32}}
- <h2>{{.i18n.Tr "repo.wiki.welcome"}}</h2>
- <p>{{.i18n.Tr "repo.wiki.welcome_desc"}}</p>
+ <h2>{{.locale.Tr "repo.wiki.welcome"}}</h2>
+ <p>{{.locale.Tr "repo.wiki.welcome_desc"}}</p>
{{if and .CanWriteWiki (not .Repository.IsMirror)}}
- <a class="ui green button" href="{{.RepoLink}}/wiki?action=_new">{{.i18n.Tr "repo.wiki.create_first_page"}}</a>
+ <a class="ui green button" href="{{.RepoLink}}/wiki?action=_new">{{.locale.Tr "repo.wiki.create_first_page"}}</a>
{{end}}
</div>
</div>