Ctrl+Click to select message, fix delete pluralization
This commit is contained in:
parent
519587450c
commit
e819984239
3 changed files with 14 additions and 2 deletions
|
@ -115,7 +115,9 @@ export default function SelectModeActions({
|
|||
setConfirmDelete(false);
|
||||
}}
|
||||
>
|
||||
{i18n('icu:SelectModeActions__confirmDelete--description')}
|
||||
{i18n('icu:SelectModeActions__confirmDelete--description', {
|
||||
count: selectedMessageIds.length,
|
||||
})}
|
||||
</ConfirmationDialog>
|
||||
)}
|
||||
</>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue