From 71b2993f3323763050b754769f19e7edd0e1d3ed Mon Sep 17 00:00:00 2001 From: websocket98765 <41795874+websocket98765@users.noreply.github.com> Date: Mon, 9 Sep 2019 22:29:02 +0000 Subject: [PATCH] Fix typo in en.json Fixs `Make you sure you understand` to `Make sure you understand`. --- .../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 de12ee589e..157213679f 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 @@ -22,7 +22,7 @@ "button.attributes.add.another": "Add Another Field", "button.contentType.add": "Add a Content Type", "button.delete.title": "Delete", - "button.delete.label": "Make you sure you understand what you are doing", + "button.delete.label": "Make sure you understand what you are doing", "button.group.add": "Add a Group", "button.models.create": "Create a Content Type", "button.groups.create": "Create a Group",