ui: fix wrong string used in a search box (#4258)

Resolves https://codeberg.org/forgejo/forgejo/issues/4256.
Fixes regression caused by https://github.com/go-gitea/gitea/pull/29530/files#diff-b46ae540c8eb41d1ccaa1659489fcc47d72eee4c4f04dc83c5ccf4d6d1a3395eR45.

Preview:
Before - d629f2e9-0d07-4719-9250-52d3ba9f4a9e
After - 6a5f5cb2-124d-4673-a387-8483125a89eb

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4258
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
(cherry picked from commit 28ceec6fad)
This commit is contained in:
0ko 2024-06-28 16:28:03 +00:00 committed by GitHub
parent 6ef70edb0b
commit d3a0eb3bdd
3 changed files with 39 additions and 1 deletions

View file

@ -0,0 +1 @@
Fix wrong placeholder text in the form for adding repository collaborator