Skip to content

Commit

Permalink
Changed phrase "Wazuh server" (#4239)
Browse files Browse the repository at this point in the history
* changed phrase

* add changelog
  • Loading branch information
yenienserrano authored Jun 13, 2022
1 parent e8c4815 commit 83e9875
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.3.5 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 4306

### Changed

- Changed the word Manager to Wazuh server from the phrases that appeared in "Deploy a new agent". [#4239](https://github.com/wazuh/wazuh-kibana-app/pull/4239)

## Wazuh v4.3.4 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 4305

### Added
Expand Down
2 changes: 1 addition & 1 deletion public/controllers/agent/components/register-agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ export const RegisterAgent = withErrorBoundary(
const urlCheckConnectionDocumentation = `https://documentation.wazuh.com/${appVersionMajorDotMinor}/user-manual/agents/agent-connection.html`;
const textAndLinkToCheckConnectionDocumentation = (
<p>
To verify the connection with the Manager, please follow this{' '}
To verify the connection with the Wazuh server, please follow this{' '}
<a href={urlCheckConnectionDocumentation} target="_blank">
document.
</a>
Expand Down

0 comments on commit 83e9875

Please sign in to comment.