Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed May 19, 2022
1 parent b0ea9e7 commit d756ad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ export class NerInference extends InferenceBase<NerResponse> {
}

public getInputComponent(): JSX.Element {
const placeholder = i18n.translate(
'xpack.ml.trainedModels.testModelsFlyout.ner.inputText',
{
defaultMessage: 'Enter a phrase to test',
}
);
const placeholder = i18n.translate('xpack.ml.trainedModels.testModelsFlyout.ner.inputText', {
defaultMessage: 'Enter a phrase to test',
});
return getGeneralInputComponent(this, placeholder);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export class FillMaskInference extends InferenceBase<TextClassificationResponse>
const placeholder = i18n.translate(
'xpack.ml.trainedModels.testModelsFlyout.fillMask.inputText',
{
defaultMessage: 'Enter a phrase to test. Use [MASK] as a placeholder for the missing words.',
defaultMessage:
'Enter a phrase to test. Use [MASK] as a placeholder for the missing words.',
}
);

Expand Down

0 comments on commit d756ad6

Please sign in to comment.