From ed5e00fc5fbb380def352186f78deb152547a503 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 4 Oct 2023 09:49:53 -0700 Subject: [PATCH] Change capitalization of custom fields label (#167905) --- .../cases/public/components/custom_fields/translations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/cases/public/components/custom_fields/translations.ts b/x-pack/plugins/cases/public/components/custom_fields/translations.ts index d0a68d81becc2..310f2c781b613 100644 --- a/x-pack/plugins/cases/public/components/custom_fields/translations.ts +++ b/x-pack/plugins/cases/public/components/custom_fields/translations.ts @@ -10,7 +10,7 @@ import { i18n } from '@kbn/i18n'; export * from '../../common/translations'; export const TITLE = i18n.translate('xpack.cases.customFields.title', { - defaultMessage: 'Custom Fields', + defaultMessage: 'Custom fields', }); export const DESCRIPTION = i18n.translate('xpack.cases.customFields.description', {