mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change capitalization of custom fields label (#167905)
This commit is contained in:
parent
8a649ec6ce
commit
ed5e00fc5f
1 changed files with 1 additions and 1 deletions
|
@ -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', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue