diff options
Diffstat (limited to 'templates/repo/settings/protected_branch.tmpl')
-rw-r--r-- | templates/repo/settings/protected_branch.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/protected_branch.tmpl b/templates/repo/settings/protected_branch.tmpl index e9367fe0..78d53e56 100644 --- a/templates/repo/settings/protected_branch.tmpl +++ b/templates/repo/settings/protected_branch.tmpl @@ -10,7 +10,7 @@ {{.i18n.Tr "repo.settings.branch_protection"}} </h4> <div class="ui attached segment branch-protection"> - <p>{{.i18n.Tr "repo.settings.branch_protection_desc" .Branch.Name | Str2html}}</p> + <p>{{.i18n.Tr "repo.settings.branch_protection_desc" .Branch.Name | Str2HTML}}</p> <form class="ui form" action="{{.Link}}" method="post"> {{.CSRFTokenHTML}} <div class="inline field"> |