From 1d2c49daafea9f14d664f80252ee4407d08dbf91 Mon Sep 17 00:00:00 2001 From: Paul Astbury-Thomas Date: Thu, 7 Apr 2022 20:49:51 +0100 Subject: [PATCH] Fix typo in frontend_en.json:unsetValueConfirmText (#863) --- backend/i18n/frontend_en.json | 2 +- backend/i18n/source/frontend_en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/i18n/frontend_en.json b/backend/i18n/frontend_en.json index 1c8f16c6b..f5b1b25bd 100644 --- a/backend/i18n/frontend_en.json +++ b/backend/i18n/frontend_en.json @@ -496,7 +496,7 @@ "contents.unsavedChangesText": "You have unsaved changes. Do you want to load them now?", "contents.unsavedChangesTitle": "Unsaved changes", "contents.unsetValue": "Unset value", - "contents.unsetValueConfirmText": "If you unset the value you might loose your changes.\n\nDo you really want to do it?", + "contents.unsetValueConfirmText": "If you unset the value you might lose your changes.\n\nDo you really want to do it?", "contents.unsetValueConfirmTitle": "Do you want to unset the value?", "contents.updated": "Content updated successfully.", "contents.updateFailed": "Failed to update content. Please reload.", diff --git a/backend/i18n/source/frontend_en.json b/backend/i18n/source/frontend_en.json index 1c8f16c6b..f5b1b25bd 100644 --- a/backend/i18n/source/frontend_en.json +++ b/backend/i18n/source/frontend_en.json @@ -496,7 +496,7 @@ "contents.unsavedChangesText": "You have unsaved changes. Do you want to load them now?", "contents.unsavedChangesTitle": "Unsaved changes", "contents.unsetValue": "Unset value", - "contents.unsetValueConfirmText": "If you unset the value you might loose your changes.\n\nDo you really want to do it?", + "contents.unsetValueConfirmText": "If you unset the value you might lose your changes.\n\nDo you really want to do it?", "contents.unsetValueConfirmTitle": "Do you want to unset the value?", "contents.updated": "Content updated successfully.", "contents.updateFailed": "Failed to update content. Please reload.",