Skip to content

Commit 099052a

Browse files
authored
Fix the wrong locale key of searching users (#29868)
regression of #29530 I guess it's because the user-blocking feature is committed after that locale clean PR.
1 parent 0285b04 commit 099052a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/user/blocked_users.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{.CsrfTokenHtml}}
1818
<input type="hidden" name="action" value="block" />
1919
<div id="search-user-box" class="field ui fluid search input">
20-
<input class="prompt gt-mr-3" name="blockee" placeholder="{{ctx.Locale.Tr "repo.settings.search_user_placeholder"}}" autocomplete="off" required>
20+
<input class="prompt gt-mr-3" name="blockee" placeholder="{{ctx.Locale.Tr "search.user_kind"}}" autocomplete="off" required>
2121
<button class="ui red button">{{ctx.Locale.Tr "user.block.block"}}</button>
2222
</div>
2323
<div class="field">

0 commit comments

Comments
 (0)