diff --git a/CHANGELOG.md b/CHANGELOG.md index bf1000f7c6..0bea099aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/public/controllers/agent/components/register-agent.js b/public/controllers/agent/components/register-agent.js index ebb27976bb..929e3ead6f 100644 --- a/public/controllers/agent/components/register-agent.js +++ b/public/controllers/agent/components/register-agent.js @@ -415,7 +415,7 @@ export const RegisterAgent = withErrorBoundary( const urlCheckConnectionDocumentation = `https://documentation.wazuh.com/${appVersionMajorDotMinor}/user-manual/agents/agent-connection.html`; const textAndLinkToCheckConnectionDocumentation = (

- To verify the connection with the Manager, please follow this{' '} + To verify the connection with the Wazuh server, please follow this{' '} document.