diff --git a/x-pack/plugins/data_usage/public/translations.tsx b/x-pack/plugins/data_usage/public/translations.tsx index 0996ec2bb6d50..cef8b2bff72be 100644 --- a/x-pack/plugins/data_usage/public/translations.tsx +++ b/x-pack/plugins/data_usage/public/translations.tsx @@ -34,7 +34,7 @@ export const DATA_USAGE_PAGE = Object.freeze({ defaultMessage: 'Data Usage', }), subTitle: i18n.translate('xpack.dataUsage.pageSubtitle', { - defaultMessage: 'Monitor data ingested and retained by data streams.', + defaultMessage: 'Monitor data ingested and retained by data streams over the past 10 days.', }), });