Browse Source

Hotfix/typo issue (#721)

* Fix little typo issue

* Generating the final file

* Fix typo issues

Co-authored-by: gaogh2 <gaogh2@lenovo.com>
pull/723/head
GuoHai 5 years ago
committed by GitHub
parent
commit
d8d6de4b67
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      backend/i18n/frontend_en.json
  2. 4
      backend/i18n/source/frontend_en.json

4
backend/i18n/frontend_en.json

@ -339,7 +339,7 @@
"common.sidebarTour": "The sidebar navigation contains useful context specific links. Here you can view the history how this schema has changed over time.",
"common.skipped": "Skipped",
"common.slug": "Slug",
"common.stars.max": "Must not have more more than 15 stars",
"common.stars.max": "Must not have more than 15 stars",
"common.status": "Status",
"common.statusChangeTo": "Change to",
"common.submit": "Submit",
@ -416,7 +416,7 @@
"contents.loadContentFailed": "Failed to load content. Please reload.",
"contents.loadDataFailed": "Failed to load data. Please reload.",
"contents.loadFailed": "Failed to load contents. Please reload.",
"contents.loadVersionFailed": "Failed to version a new version. Please reload.",
"contents.loadVersionFailed": "Failed to load a new version. Please reload.",
"contents.localizedFieldDescription": "The '{fieldName}' field of the content item (localized).",
"contents.newStatusFieldDescription": "The new status of the content item.",
"contents.noReference": "- No Reference -",

4
backend/i18n/source/frontend_en.json

@ -339,7 +339,7 @@
"common.sidebarTour": "The sidebar navigation contains useful context specific links. Here you can view the history how this schema has changed over time.",
"common.skipped": "Skipped",
"common.slug": "Slug",
"common.stars.max": "Must not have more more than 15 stars",
"common.stars.max": "Must not have more than 15 stars",
"common.status": "Status",
"common.statusChangeTo": "Change to",
"common.submit": "Submit",
@ -416,7 +416,7 @@
"contents.loadContentFailed": "Failed to load content. Please reload.",
"contents.loadDataFailed": "Failed to load data. Please reload.",
"contents.loadFailed": "Failed to load contents. Please reload.",
"contents.loadVersionFailed": "Failed to version a new version. Please reload.",
"contents.loadVersionFailed": "Failed to load a new version. Please reload.",
"contents.localizedFieldDescription": "The '{fieldName}' field of the content item (localized).",
"contents.newStatusFieldDescription": "The new status of the content item.",
"contents.noReference": "- No Reference -",

Loading…
Cancel
Save