From 6ac3034a70ae561a458be7d0784b9724b4268bf1 Mon Sep 17 00:00:00 2001 From: soupette Date: Fri, 4 Sep 2020 09:54:11 +0200 Subject: [PATCH] Fix PR feedback Signed-off-by: soupette --- .../admin/src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",