aboutsummaryrefslogtreecommitdiffstats
path: root/templates/repo/create.tmpl
diff options
context:
space:
mode:
authorMatthew Richardson <mrichar1@users.noreply.github.com>2018-07-04 12:43:21 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2018-07-04 19:43:21 +0800
commit2e3475f02c96e4f0288514a1a7949d751be055f7 (patch)
treee3bba860be4a2e747b9d3a1c628245700039cf4e /templates/repo/create.tmpl
parentdf77ad31d521c33f7e5934f07132da542839ca59 (diff)
downloadgitea-2e3475f02c96e4f0288514a1a7949d751be055f7.tar.gz
gitea-2e3475f02c96e4f0288514a1a7949d751be055f7.zip
Fix typos in i18n variable names. (#4080)
Diffstat (limited to 'templates/repo/create.tmpl')
-rw-r--r--templates/repo/create.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl
index ff66bf17a1..aa20f07760 100644
--- a/templates/repo/create.tmpl
+++ b/templates/repo/create.tmpl
@@ -43,10 +43,10 @@
<div class="ui checkbox">
{{if .IsForcedPrivate}}
<input name="private" type="checkbox" checked readonly>
- <label>{{.i18n.Tr "repo.visiblity_helper_forced" | Safe}}</label>
+ <label>{{.i18n.Tr "repo.visibility_helper_forced" | Safe}}</label>
{{else}}
<input name="private" type="checkbox" {{if .private}}checked{{end}}>
- <label>{{.i18n.Tr "repo.visiblity_helper" | Safe}}</label>
+ <label>{{.i18n.Tr "repo.visibility_helper" | Safe}}</label>
{{end}}
</div>
</div>