diff --git a/locales/en/plugin__nmstate-console-plugin.json b/locales/en/plugin__nmstate-console-plugin.json index 498c6db1..2cf75719 100644 --- a/locales/en/plugin__nmstate-console-plugin.json +++ b/locales/en/plugin__nmstate-console-plugin.json @@ -49,6 +49,7 @@ "Enable STP": "Enable STP", "Enabled": "Enabled", "Enactment state": "Enactment state", + "Enactment states": "Enactment states", "Enactments categorized by status": "Enactments categorized by status", "Enter name": "Enter name", "Explore {{kind}} list": "Explore {{kind}} list", @@ -86,7 +87,6 @@ "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 state": "Node network state", "Node Selector": "Node Selector", "NodeNetworkConfigurationPolicy": "NodeNetworkConfigurationPolicy", "NodeNetworkState": "NodeNetworkState", diff --git a/src/views/policies/list/hooks/usePolicyColumns.ts b/src/views/policies/list/hooks/usePolicyColumns.ts index 7df19544..0848a63b 100644 --- a/src/views/policies/list/hooks/usePolicyColumns.ts +++ b/src/views/policies/list/hooks/usePolicyColumns.ts @@ -30,7 +30,7 @@ const usePolicyColumns = (): [ props: { className: 'pf-m-width-30' }, }, { - title: t('Node network state'), + title: t('Enactment states'), id: 'status', props: { className: 'pf-m-width-30' }, },