Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixing id
Browse files Browse the repository at this point in the history
jgowdyelastic committed Apr 24, 2020
1 parent 712bc25 commit d14568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/server/lib/register_settings.ts
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ import { MAX_FILE_SIZE } from '../../common/constants/file_datavisualizer';
export function registerKibanaSettings(coreSetup: CoreSetup) {
coreSetup.uiSettings.register({
[FILE_DATA_VISUALIZER_MAX_FILE_SIZE]: {
name: i18n.translate('xpack.rollupJobs.rollupIndexPatternsTitle', {
name: i18n.translate('xpack.ml.maxFileSizeSettingsName', {
defaultMessage: 'File Data Visualizer maximum file upload size',
}),
value: MAX_FILE_SIZE,

0 comments on commit d14568c

Please sign in to comment.