mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Add more buttons to ContactModal
This commit is contained in:
@@ -175,7 +175,9 @@ export function AddUserToAnotherGroupModal({
|
||||
<div className="AddUserToAnotherGroupModal__main-body">
|
||||
<SearchInput
|
||||
i18n={i18n}
|
||||
placeholder={i18n('icu:contactSearchPlaceholder')}
|
||||
placeholder={i18n(
|
||||
'icu:AddUserToAnotherGroupModal__search-placeholder'
|
||||
)}
|
||||
onChange={handleSearchInputChange}
|
||||
ref={inputRef}
|
||||
value={searchTerm}
|
||||
|
||||
Reference in New Issue
Block a user