Skip to content

Commit af9da81

Browse files
author
Gusted
authored
Fix <strong> html in translation (#18929)
1 parent 1563a45 commit af9da81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/org/team/sidebar.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@
4444
</ul>
4545
{{if (eq .Team.AccessMode 2)}}
4646
<h3>{{.i18n.Tr "org.settings.permission"}}</h3>
47-
{{.i18n.Tr "org.teams.write_permission_desc"}}
47+
{{.i18n.Tr "org.teams.write_permission_desc" | Str2html}}
4848
{{else if (eq .Team.AccessMode 3)}}
4949
<h3>{{.i18n.Tr "org.settings.permission"}}</h3>
50-
{{.i18n.Tr "org.teams.admin_permission_desc"}}
50+
{{.i18n.Tr "org.teams.admin_permission_desc" | Str2html}}
5151
{{else}}
5252
<table class="ui table">
5353
<thead>

0 commit comments

Comments
 (0)