Skip to content

Commit

Permalink
Change capitalization of custom fields label (#167905)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Oct 4, 2023
1 parent 8a649ec commit ed5e00f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit ed5e00f

Please sign in to comment.