@flightctl/i18n 0.8.0-rc1 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -250,7 +250,6 @@
250
250
  "Branch/tag/commit": "Branch/tag/commit",
251
251
  "Path": "Path",
252
252
  "Path in the repository where the configuration files are located.": "Path in the repository where the configuration files are located.",
253
- "Path in the device where the configurations will be stored.": "Path in the device where the configurations will be stored.",
254
253
  "Full HTTP service URL: <1>{fullURL}</1>": "Full HTTP service URL: <1>{fullURL}</1>",
255
254
  "Select a repository to generate the full URL": "Select a repository to generate the full URL",
256
255
  "Suffix": "Suffix",
@@ -515,13 +514,13 @@
515
514
  "Source type is required.": "Source type is required.",
516
515
  "Path is required.": "Path is required.",
517
516
  "Path must be absolute.": "Path must be absolute.",
518
- "Mount path is required.": "Mount path is required.",
519
- "Mount path must be absolute.": "Mount path must be absolute.",
520
517
  "Repository is required.": "Repository is required.",
521
518
  "Branch/tag/commit is required.": "Branch/tag/commit is required.",
522
519
  "File path is required.": "File path is required.",
523
520
  "Secret name is required.": "Secret name is required.",
524
521
  "Secret namespace is required.": "Secret namespace is required.",
522
+ "Mount path is required.": "Mount path is required.",
523
+ "Mount path must be absolute.": "Mount path must be absolute.",
525
524
  "File path must be absolute.": "File path must be absolute.",
526
525
  "File path must be unique.": "File path must be unique.",
527
526
  "Permissions must use octal notation": "Permissions must use octal notation",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flightctl/i18n",
3
- "version": "0.8.0-rc1",
3
+ "version": "0.8.0",
4
4
  "description": "I18n for Flightctl UI",
5
5
  "repository": "https://github.com/flightctl/flightctl-ui.git",
6
6
  "homepage": "https://github.com/flightctl/flightctl-ui.git",