From a19fbdc9721a7b8a3dfb950a8f1a3ad14906b10a Mon Sep 17 00:00:00 2001 From: Marvin Frachet Date: Tue, 30 Mar 2021 16:58:37 +0200 Subject: [PATCH] [I18N] fix typo (#9887) --- .../admin/src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",