mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
[EC-1024] update groups search placeholder (#4545)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<input
|
||||
bitInput
|
||||
type="search"
|
||||
placeholder="{{ 'search' | i18n }}"
|
||||
placeholder="{{ 'searchGroups' | i18n }}"
|
||||
class="tw-rounded-l tw-pl-9"
|
||||
[(ngModel)]="searchText"
|
||||
/>
|
||||
|
||||
@@ -308,6 +308,9 @@
|
||||
"searchMembers": {
|
||||
"message": "Search members"
|
||||
},
|
||||
"searchGroups": {
|
||||
"message": "Search groups"
|
||||
},
|
||||
"allItems": {
|
||||
"message": "All items"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user