diff --git a/deployment/nmstate-console-plugin/Chart.yaml b/deployment/nmstate-console-plugin/Chart.yaml index 30ad9613..c13d44fa 100644 --- a/deployment/nmstate-console-plugin/Chart.yaml +++ b/deployment/nmstate-console-plugin/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nmstate-console-plugin -description: NMState is a library that manages host netowrking settings in a declarative manner. This is its console ui plugin +description: NMState is a library that manages host networking settings in a declarative manner. This is its console ui plugin # A chart can be either an 'application' or a 'library' chart. # diff --git a/locales/en/plugin__nmstate-console-plugin.json b/locales/en/plugin__nmstate-console-plugin.json index 91644ada..d906f2d5 100644 --- a/locales/en/plugin__nmstate-console-plugin.json +++ b/locales/en/plugin__nmstate-console-plugin.json @@ -91,7 +91,7 @@ "No matching Nodes found for the labels": "No matching Nodes found for the labels", "No node network configuration policies defined yet": "No node network configuration policies defined yet", "No NodeNetworkStates found": "No NodeNetworkStates found", - "Node network is configured and managed by NM state. Create a node netowrk configuration policy to describe the requested network configuration on your nodes in the cluster. The node network configuration enactment reports the netwrok policies enacted upon each node.": "Node network is configured and managed by NM state. Create a node netowrk configuration policy to describe the requested network configuration on your nodes in the cluster. The node network configuration enactment reports the netwrok policies enacted upon each node.", + "Node network is configured and managed by NM state. Create a node network configuration policy to describe the requested network configuration on your nodes in the cluster. The node network configuration enactment reports the netwrok policies enacted upon each node.": "Node network is configured and managed by NM state. Create a node netowrk configuration policy to describe the requested network configuration on your nodes in the cluster. The node network configuration enactment reports the netwrok policies enacted upon each node.", "Node Selector": "Node Selector", "NodeNetworkConfigurationPolicy": "NodeNetworkConfigurationPolicy", "NodeNetworkState": "NodeNetworkState", diff --git a/plugin-manifest.ts b/plugin-manifest.ts index 079dd70b..e0585a96 100644 --- a/plugin-manifest.ts +++ b/plugin-manifest.ts @@ -9,7 +9,7 @@ export const pluginMetadata = { version: '0.0.1', displayName: 'OpenShift Console Plugin For NMState', description: - 'NMState is a library that manages host netowrking settings in a declarative manner.', + 'NMState is a library that manages host networking settings in a declarative manner.', exposedModules: { ...PolicyExposedModules, ...StateExposedModules, diff --git a/src/utils/components/PolicyForm/PolicyForm.tsx b/src/utils/components/PolicyForm/PolicyForm.tsx index 3a5c5007..bb151fa3 100644 --- a/src/utils/components/PolicyForm/PolicyForm.tsx +++ b/src/utils/components/PolicyForm/PolicyForm.tsx @@ -79,7 +79,7 @@ const PolicyForm: FC = ({ policy, setPolicy, createForm = false - Node network is configured and managed by NM state. Create a node netowrk + Node network is configured and managed by NM state. Create a node network configuration policy to describe the requested network configuration on your nodes in the cluster. The node network configuration enactment reports the netwrok policies enacted upon each node.