Skip to content

Commit

Permalink
Merge pull request #105 from jforce/main
Browse files Browse the repository at this point in the history
Minor spelling/typo fix
  • Loading branch information
openshift-merge-bot[bot] authored Aug 12, 2024
2 parents 37676b8 + 07d19e0 commit 266315a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/nmstate-console-plugin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion locales/en/plugin__nmstate-console-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/components/PolicyForm/PolicyForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const PolicyForm: FC<PolicyFormProps> = ({ policy, setPolicy, createForm = false
<FormGroup fieldId="text">
<Text>
<Trans t={t} ns="plugin__nmstate-console-plugin">
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.
Expand Down

0 comments on commit 266315a

Please sign in to comment.