Skip to content

Commit

Permalink
Update hint for user-search field
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Jul 15, 2024
1 parent 51c0842 commit 4475945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const en = {
found: "{{count}} {{plural}} found",
singleUserRole: "user role",
multipleUserRoles: "user roles",
searchPlaceHolder: "Search for user roles...",
searchPlaceHolder: "Search for users...",
noResults: "No user roles where found",
guestRoles: "{{count}} guest users",
managerRoles: "{{count}} managers & inviters",
Expand Down
2 changes: 1 addition & 1 deletion client/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const nl = {
found: "{{count}} {{plural}} gevonden",
singleUserRole: "gebruikersrol",
multipleUserRoles: "gebruikersrollen",
searchPlaceHolder: "Zoek gebruikersrollen...",
searchPlaceHolder: "Zoek gebruikers...",
noResults: "Geen gebruikersrollen gevonden",
guestRoles: "{{count}} gastgebruikers",
managerRoles: "{{count}} managers & uitnodigers",
Expand Down

0 comments on commit 4475945

Please sign in to comment.