@openshift-assisted/locales 2.8.3-cim → 2.8.4-cim
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.
- package/lib/en/translation.json +1 -1
- package/package.json +1 -1
package/lib/en/translation.json
CHANGED
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
"ai:Update": "Update",
|
|
741
741
|
"ai:Upload": "Upload",
|
|
742
742
|
"ai:Upload a YAML file": "Upload a YAML file",
|
|
743
|
-
"ai:Upload a YAML file in NMstate format that includes your network configuration (static IPs, bonds, etc.).": "Upload a YAML file in NMstate format that includes your network configuration (static IPs, bonds, etc.).",
|
|
743
|
+
"ai:Upload a YAML file in NMstate format (not the entire NMstate config CR) that includes your network configuration (static IPs, bonds, etc.).": "Upload a YAML file in NMstate format (not the entire NMstate config CR) that includes your network configuration (static IPs, bonds, etc.).",
|
|
744
744
|
"ai:Upload a YAML file with BareMetalHost and Secret resource definitions. Use the provided template as a reference.": "Upload a YAML file with BareMetalHost and Secret resource definitions. Use the provided template as a reference.",
|
|
745
745
|
"ai:URL must start with <bold>http</bold> (https schemes are not currently supported).": "URL must start with <bold>http</bold> (https schemes are not currently supported).",
|
|
746
746
|
"ai:URL must start with <bold>http</bold>.": "URL must start with <bold>http</bold>.",
|
package/package.json
CHANGED