aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorCyberFlame <cyberflameu@gmail.com>2024-06-26 02:54:18 +1200
committerGitHub <noreply@github.com>2024-06-25 14:54:18 +0000
commit72c66bd4796d0b4a5b5cacbb927ec9cd8bb7deb4 (patch)
treea7a453eaacff6e5d084bf7585a6939e8cae6e749 /templates
parent4af97cf383bdeb022ab38a6fddbf72e9c33c6bff (diff)
downloadgitea-72c66bd4796d0b4a5b5cacbb927ec9cd8bb7deb4.tar.gz
gitea-72c66bd4796d0b4a5b5cacbb927ec9cd8bb7deb4.zip
use correct l10n string (#31487)
Uses the correct string for searching - this is what it looks like prior to the change: ![image](https://github.com/go-gitea/gitea/assets/24910512/38519825-c347-44d6-85d4-6fa3c71ddb7c) (observe how the top box has "Search teams" even though collaborator would be user
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/settings/collaboration.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/collaboration.tmpl b/templates/repo/settings/collaboration.tmpl
index 255d0d59a1..dcf070f6ac 100644
--- a/templates/repo/settings/collaboration.tmpl
+++ b/templates/repo/settings/collaboration.tmpl
@@ -42,7 +42,7 @@
<form class="ui form" id="repo-collab-form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<div id="search-user-box" class="ui search input tw-align-middle">
- <input class="prompt" name="collaborator" placeholder="{{ctx.Locale.Tr "search.team_kind"}}" autocomplete="off" autofocus required>
+ <input class="prompt" name="collaborator" placeholder="{{ctx.Locale.Tr "search.user_kind"}}" autocomplete="off" autofocus required>
</div>
<button class="ui primary button">{{ctx.Locale.Tr "repo.settings.add_collaborator"}}</button>
</form>