mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Chore: Notification - Add missing translation
This commit is contained in:
parent
ff946d2c25
commit
fd7a5c7a99
@ -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