mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 09:39:15 +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',
|
||||
label: formatMessage({
|
||||
id: 'content-manager.containers.Edit.save',
|
||||
id: 'global.save',
|
||||
defaultMessage: 'Save',
|
||||
}),
|
||||
onClick: async () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user