From 0220968fb0988642e4184d6ee7e1acd9668b327b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20David=20Guti=C3=A9rrez?= Date: Tue, 19 Sep 2023 10:31:11 +0200 Subject: [PATCH] fix: customization.logo.app setting description --- plugins/main/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/main/common/constants.ts b/plugins/main/common/constants.ts index b123738259..132ec9d95a 100644 --- a/plugins/main/common/constants.ts +++ b/plugins/main/common/constants.ts @@ -1113,7 +1113,7 @@ export const PLUGIN_SETTINGS: { [key: string]: TPluginSetting } = { }, 'customization.logo.app': { title: 'App main logo', - description: `This logo is used at the top left corner while the user is logging into Wazuh API`, + description: `This logo is used as loading indicator while the user is logging into Wazuh API`, category: SettingCategory.CUSTOMIZATION, type: EpluginSettingType.filepicker, defaultValue: '',