mirror of
https://github.com/strapi/strapi.git
synced 2025-11-18 11:10:35 +00:00
fix: replaced translation id (#22193)
This commit is contained in:
parent
a64e37d9e3
commit
f49f46a1c1
@ -773,7 +773,7 @@ const UpdateAction: DocumentActionComponent = ({
|
|||||||
*/
|
*/
|
||||||
disabled: isSubmitting || (!modified && !isCloning) || activeTab === 'published',
|
disabled: isSubmitting || (!modified && !isCloning) || activeTab === 'published',
|
||||||
label: formatMessage({
|
label: formatMessage({
|
||||||
id: 'content-manager.containers.Edit.save',
|
id: 'global.save',
|
||||||
defaultMessage: 'Save',
|
defaultMessage: 'Save',
|
||||||
}),
|
}),
|
||||||
onClick: async () => {
|
onClick: async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user