diff options
author | Matthew Richardson <mrichar1@users.noreply.github.com> | 2018-07-04 12:43:21 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-07-04 19:43:21 +0800 |
commit | 2e3475f02c96e4f0288514a1a7949d751be055f7 (patch) | |
tree | e3bba860be4a2e747b9d3a1c628245700039cf4e /templates/repo/settings | |
parent | df77ad31d521c33f7e5934f07132da542839ca59 (diff) | |
download | gitea-2e3475f02c96e4f0288514a1a7949d751be055f7.tar.gz gitea-2e3475f02c96e4f0288514a1a7949d751be055f7.zip |
Fix typos in i18n variable names. (#4080)
Diffstat (limited to 'templates/repo/settings')
-rw-r--r-- | templates/repo/settings/options.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index f8ba4137c2..aa6a76dbf4 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -20,7 +20,7 @@ <label>{{.i18n.Tr "repo.visibility"}}</label> <div class="ui checkbox"> <input name="private" type="checkbox" {{if .Repository.IsPrivate}}checked{{end}}> - <label>{{.i18n.Tr "repo.visiblity_helper" | Safe}} {{if .Repository.NumForks}}<span class="text red">{{.i18n.Tr "repo.visiblity_fork_helper"}}</span>{{end}}</label> + <label>{{.i18n.Tr "repo.visibility_helper" | Safe}} {{if .Repository.NumForks}}<span class="text red">{{.i18n.Tr "repo.visibility_fork_helper"}}</span>{{end}}</label> </div> </div> {{end}} |