summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorNanguan Lin <nanguanlin6@gmail.com>2024-03-17 22:50:32 +0800
committerGitHub <noreply@github.com>2024-03-17 14:50:32 +0000
commit099052aba5bfa3a0a700d88d2e2891ae99f151ce (patch)
tree7fca0b56118c13dd114592bdcde831ee2daf70ce /templates
parent0285b04f4ca981d7467097dbca3b281011b7798c (diff)
downloadgitea-099052aba5bfa3a0a700d88d2e2891ae99f151ce.tar.gz
gitea-099052aba5bfa3a0a700d88d2e2891ae99f151ce.zip
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.
Diffstat (limited to 'templates')
-rw-r--r--templates/shared/user/blocked_users.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/shared/user/blocked_users.tmpl b/templates/shared/user/blocked_users.tmpl
index b2f0957691..071c7da11c 100644
--- a/templates/shared/user/blocked_users.tmpl
+++ b/templates/shared/user/blocked_users.tmpl
@@ -17,7 +17,7 @@
{{.CsrfTokenHtml}}
<input type="hidden" name="action" value="block" />
<div id="search-user-box" class="field ui fluid search input">
- <input class="prompt gt-mr-3" name="blockee" placeholder="{{ctx.Locale.Tr "repo.settings.search_user_placeholder"}}" autocomplete="off" required>
+ <input class="prompt gt-mr-3" name="blockee" placeholder="{{ctx.Locale.Tr "search.user_kind"}}" autocomplete="off" required>
<button class="ui red button">{{ctx.Locale.Tr "user.block.block"}}</button>
</div>
<div class="field">