Change capitalization of custom fields label (#167905)

This commit is contained in:
Lisa Cawley 2023-10-04 09:49:53 -07:00 committed by GitHub
parent 8a649ec6ce
commit ed5e00fc5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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', {