diff --git a/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json b/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json index cc1716a165..ac1a2c2b28 100644 --- a/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json +++ b/packages/strapi-plugin-content-type-builder/admin/src/translations/en.json @@ -172,7 +172,7 @@ "popUpWarning.bodyMessage.component.delete": "Are you sure you want to delete this component?", "popUpWarning.bodyMessage.contentType.delete": "Are you sure you want to delete this collection type?", "popUpWarning.draft-publish.button.confirm": "Yes, disable", - "popUpWarning.draft-publish.message": "If you disable the Draft/Publish system, your previously created drafts will be deleted?", + "popUpWarning.draft-publish.message": "If you disable the Draft/Publish system, your drafts will be deleted.", "popUpWarning.draft-publish.second-message": "Are you sure you want to disable it?", "prompt.unsaved": "Are you sure you want to leave? All your modifications will be lost.", "relation.attributeName.placeholder": "Ex: author, category, tag",