[EC-1024] update groups search placeholder (#4545)

This commit is contained in:
Jake Fink 2023-01-25 11:06:02 -05:00 committed by GitHub
parent d8689a20b5
commit 451d05e44d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<input
bitInput
type="search"
placeholder="{{ 'search' | i18n }}"
placeholder="{{ 'searchGroups' | i18n }}"
class="tw-rounded-l tw-pl-9"
[(ngModel)]="searchText"
/>

View File

@ -308,6 +308,9 @@
"searchMembers": {
"message": "Search members"
},
"searchGroups": {
"message": "Search groups"
},
"allItems": {
"message": "All items"
},