mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Ctrl+Click to select message, fix delete pluralization
This commit is contained in:
@@ -115,7 +115,9 @@ export default function SelectModeActions({
|
||||
setConfirmDelete(false);
|
||||
}}
|
||||
>
|
||||
{i18n('icu:SelectModeActions__confirmDelete--description')}
|
||||
{i18n('icu:SelectModeActions__confirmDelete--description', {
|
||||
count: selectedMessageIds.length,
|
||||
})}
|
||||
</ConfirmationDialog>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user