Browse Source

Fix typo in frontend_en.json:unsetValueConfirmText (#863)

pull/866/head
Paul Astbury-Thomas 4 years ago
committed by GitHub
parent
commit
1d2c49daaf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      backend/i18n/frontend_en.json
  2. 2
      backend/i18n/source/frontend_en.json

2
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.",

2
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.",

Loading…
Cancel
Save