@flightctl/i18n 0.5.0-rc2 → 0.5.0-rc4

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.
@@ -390,13 +390,13 @@
390
390
  "Contains only lowercase letters, numbers, dashes (-), and dots (.).": "Contains only lowercase letters, numbers, dashes (-), and dots (.).",
391
391
  "{{ fieldName }} is required": "{{ fieldName }} is required",
392
392
  "{{ fieldName }} must not exceed {{ maxLength }} characters": "{{ fieldName }} must not exceed {{ maxLength }} characters",
393
- "System image contains invalid characters": "System image contains invalid characters",
394
- "System image contains invalid characters. Template variables are not allowed.": "System image contains invalid characters. Template variables are not allowed.",
393
+ "System image is invalid": "System image is invalid",
395
394
  "Label keys are required. Invalid labels: {{invalidLabels}}": "Label keys are required. Invalid labels: {{invalidLabels}}",
396
395
  "Label keys must be unique": "Label keys must be unique",
397
396
  "The following labels are not valid Kubernetes labels: {{invalidLabels}}": "The following labels are not valid Kubernetes labels: {{invalidLabels}}",
398
397
  "Full labels are not allowed, use only the 'key' part.": "Full labels are not allowed, use only the 'key' part.",
399
398
  "Image is required.": "Image is required.",
399
+ "Application image includes invalid characters.": "Application image includes invalid characters.",
400
400
  "Variable name is required.": "Variable name is required.",
401
401
  "Variable value is required.": "Variable value is required.",
402
402
  "Application name must be unique.": "Application name must be unique.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flightctl/i18n",
3
- "version": "0.5.0-rc2",
3
+ "version": "0.5.0-rc4",
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",