Skip to content

Commit

Permalink
[Backport 4.4-7.10] Fix mispeliing in NIST module (#5109)
Browse files Browse the repository at this point in the history
* Fix mispeliing in NIST module (#5107)

Replace 'Requiments' by 'Requirements'

(cherry picked from commit afd754a)

* Update CHANGELOG.md
  • Loading branch information
AlexRuiz7 authored Jan 11, 2023
1 parent 56e298b commit e5eded4
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 @@ -66,6 +66,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed commands: Aix, OpenSUSE, Alpine, Suse11, Fedora, HP, Oracle Linux 5, Amazon Linux 2, Centos5. Changed the word 'or higher' in buttons to '+'.Fixed validations for Hp, Solaris and Alpine. [5045](https://github.com/wazuh/wazuh-kibana-app/pull/5045)
- Fixed error in Github module PDF report. [5069](https://github.com/wazuh/wazuh-kibana-app/pull/5069)
- 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 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 e5eded4

Please sign in to comment.