From b577f5bab7dedc6c75be8dbaf4fbcb062defe931 Mon Sep 17 00:00:00 2001 From: Stratoula Kalafateli Date: Tue, 1 Feb 2022 08:34:11 +0200 Subject: [PATCH] Change label from name to title --- .../lens/public/shared_components/axis_title_settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/lens/public/shared_components/axis_title_settings.tsx b/x-pack/plugins/lens/public/shared_components/axis_title_settings.tsx index 97e0cd214fe86..edecee61d7709 100644 --- a/x-pack/plugins/lens/public/shared_components/axis_title_settings.tsx +++ b/x-pack/plugins/lens/public/shared_components/axis_title_settings.tsx @@ -60,7 +60,7 @@ export const AxisTitleSettings: React.FunctionComponent

{i18n.translate('xpack.lens.shared.axisNameLabel', { - defaultMessage: 'Axis name', + defaultMessage: 'Axis title', })}