mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +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.back": "Back",
|
||||||
"global.cancel": "Cancel",
|
"global.cancel": "Cancel",
|
||||||
"global.change-password": "Change password",
|
"global.change-password": "Change password",
|
||||||
|
"global.close": "Close",
|
||||||
"global.content-manager": "Content Manager",
|
"global.content-manager": "Content Manager",
|
||||||
"global.continue": "Continue",
|
"global.continue": "Continue",
|
||||||
"global.delete": "Delete",
|
"global.delete": "Delete",
|
||||||
|
@ -211,7 +211,10 @@ const Notification = ({
|
|||||||
) : undefined
|
) : undefined
|
||||||
}
|
}
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
closeLabel="Close"
|
closeLabel={formatMessage({
|
||||||
|
id: 'global.close',
|
||||||
|
defaultMessage: 'Close',
|
||||||
|
})}
|
||||||
title={alertTitle}
|
title={alertTitle}
|
||||||
variant={variant}
|
variant={variant}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user