Skip to content

Commit

Permalink
Fix mispeliing in NIST module (#5107)
Browse files Browse the repository at this point in the history
Replace 'Requiments' by 'Requirements'
  • Loading branch information
AlexRuiz7 authored Jan 11, 2023
1 parent 96ec9da commit afd754a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed error when clicking on the selectors of agents in the group agents management [#5094](https://github.com/wazuh/wazuh-kibana-app/pull/5094)
- Fixed menu content panel is displayed in the wrong place. [5092](https://github.com/wazuh/wazuh-kibana-app/pull/5092)
- Fixed greyed and disabled menu section names [#5101](https://github.com/wazuh/wazuh-kibana-app/pull/5101)
- Fixed mispelling in the NIST module [#5107](https://github.com/wazuh/wazuh-kibana-app/pull/5107)

### Removed

Expand Down
4 changes: 2 additions & 2 deletions public/components/visualize/visualizations.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export const visualizations = {
width: 50
},
{
title: 'Requiments distribution by agent',
title: 'Requirements distribution by agent',
id: 'Wazuh-App-Overview-NIST-requirements-by-agents',
width: 30
}
Expand Down Expand Up @@ -531,7 +531,7 @@ export const visualizations = {
},
{
height: 450,
vis: [
vis: [
{
title: 'Top affected packages by CVEs',
id: 'Wazuh-App-Overview-vuls-packages-CVEs',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export default [
{
_id: 'Wazuh-App-Overview-NIST-requirements-by-agents',
_source: {
title: 'Requiments distribution by agent',
title: 'Requirements distribution by agent',
visState: JSON.stringify({
title: 'NIST-Top-requirements-by-agent',
type: 'area',
Expand Down

0 comments on commit afd754a

Please sign in to comment.