Skip to content

Commit 3cecfa3

Browse files
use correct l10n string (#31487) (#31490)
Backport #31487 by CyberFlameGO Co-authored-by: CyberFlame <[email protected]>
1 parent d9e6657 commit 3cecfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/collaboration.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<form class="ui form" id="repo-collab-form" action="{{.Link}}" method="post">
4343
{{.CsrfTokenHtml}}
4444
<div id="search-user-box" class="ui search input tw-align-middle">
45-
<input class="prompt" name="collaborator" placeholder="{{ctx.Locale.Tr "search.team_kind"}}" autocomplete="off" autofocus required>
45+
<input class="prompt" name="collaborator" placeholder="{{ctx.Locale.Tr "search.user_kind"}}" autocomplete="off" autofocus required>
4646
</div>
4747
<button class="ui primary button">{{ctx.Locale.Tr "repo.settings.add_collaborator"}}</button>
4848
</form>

0 commit comments

Comments
 (0)