From c3c3c96821fbcbafc05c6a20bb3c2da8f3822228 Mon Sep 17 00:00:00 2001 From: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Date: Mon, 13 Jun 2022 12:05:26 +0200 Subject: [PATCH] Changed phrase "Wazuh server" (#4239) * changed phrase * add changelog --- CHANGELOG.md | 6 ++++++ public/controllers/agent/components/register-agent.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eafb81e5b..5db0409382 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 - OpenSearch Dashboards 1.2.0 - 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 - OpenSearch Dashboards 1.2.0 - 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.