fix: replaced translation id (#22193)

This commit is contained in:
Lucas Boilly 2024-11-18 15:36:51 +01:00 committed by GitHub
parent a64e37d9e3
commit f49f46a1c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 () => {