Chore: Notification - Add missing translation

This commit is contained in:
Gustav Hansen 2023-05-30 10:03:47 +02:00
parent ff946d2c25
commit fd7a5c7a99
2 changed files with 5 additions and 1 deletions

View File

@ -826,6 +826,7 @@
"global.back": "Back",
"global.cancel": "Cancel",
"global.change-password": "Change password",
"global.close": "Close",
"global.content-manager": "Content Manager",
"global.continue": "Continue",
"global.delete": "Delete",

View File

@ -211,7 +211,10 @@ const Notification = ({
) : undefined
}
onClose={handleClose}
closeLabel="Close"
closeLabel={formatMessage({
id: 'global.close',
defaultMessage: 'Close',
})}
title={alertTitle}
variant={variant}
>