Fix update extensions failure error message pluralization

This commit is contained in:
schroda
2025-04-21 01:49:04 +02:00
parent d01837d5cd
commit 91beeb2fb5

View File

@@ -278,7 +278,7 @@ export function Extensions({ tabsMenuHeight }: { tabsMenuHeight: number }) {
EXTENSION_ACTION_TO_FAILURE_TRANSLATION_KEY_MAP[
ExtensionAction.UPDATE
],
{ count: groupedExtensions.length },
{ count: extensionIds.length },
),
'error',
getErrorMessage(e),