From 3b9dfb2826a2d59dd12f2328c4e7d02587d273b7 Mon Sep 17 00:00:00 2001 From: Justin Kambic Date: Tue, 28 Apr 2020 10:11:12 -0400 Subject: [PATCH] Update a translation description. --- x-pack/plugins/uptime/common/constants/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/uptime/common/constants/plugin.ts b/x-pack/plugins/uptime/common/constants/plugin.ts index 04ce6f54f2019..6064524872a0a 100644 --- a/x-pack/plugins/uptime/common/constants/plugin.ts +++ b/x-pack/plugins/uptime/common/constants/plugin.ts @@ -10,7 +10,7 @@ export const PLUGIN = { APP_ROOT_ID: 'react-uptime-root', DESCRIPTION: i18n.translate('xpack.uptime.pluginDescription', { defaultMessage: 'Uptime monitoring', - description: 'The description text that will be shown to users in Kibana', + description: 'The description text that will appear in the feature catalogue.', }), ID: 'uptime', LOCAL_STORAGE_KEY: 'xpack.uptime',