diff --git a/packages/strapi-plugin-content-manager/admin/src/translations/en.json b/packages/strapi-plugin-content-manager/admin/src/translations/en.json index 9f43711228..ce37a76de6 100644 --- a/packages/strapi-plugin-content-manager/admin/src/translations/en.json +++ b/packages/strapi-plugin-content-manager/admin/src/translations/en.json @@ -160,7 +160,7 @@ "plugin.description.long": "Quick way to see, edit and delete the data in your database.", "plugin.description.short": "Quick way to see, edit and delete the data in your database.", "popUpWarning.bodyMessage.contentType.delete": "Are you sure you want to delete this entry?", - "popUpWarning.bodyMessage.contentType.delete.all": "Are you sure you want to delete theses entries?", + "popUpWarning.bodyMessage.contentType.delete.all": "Are you sure you want to delete these entries?", "popUpWarning.warning.cancelAllSettings": "Are you sure you want to cancel your modifications?", "popUpWarning.warning.publish-question": "Do you still want to publish it?", "popUpWarning.warning.unpublish": "Unpublish this content will

automatically change it to a draft.",