mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Merge pull request #16861 from strapi/chore/notification-missing-translation
Chore: Notification - Add missing translation
This commit is contained in:
commit
093d3436a8
@ -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",
|
||||
|
@ -211,7 +211,10 @@ const Notification = ({
|
||||
) : undefined
|
||||
}
|
||||
onClose={handleClose}
|
||||
closeLabel="Close"
|
||||
closeLabel={formatMessage({
|
||||
id: 'global.close',
|
||||
defaultMessage: 'Close',
|
||||
})}
|
||||
title={alertTitle}
|
||||
variant={variant}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user