Skip to content

Commit

Permalink
Undo exception message to include periods
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Kuang authored and Jimmy Kuang committed Mar 4, 2020
1 parent da7836e commit 961d321
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class JsonWatch extends BaseWatch {
} else if (!idRegex.test(this.id)) {
errors.id.push(
i18n.translate('xpack.watcher.sections.watchEdit.json.error.invalidIdText', {
defaultMessage: 'ID can only contain letters, underscores, dashes, and numbers.',
defaultMessage: 'ID can only contain letters, underscores, dashes, periods and numbers.',
})
);
}
Expand Down

0 comments on commit 961d321

Please sign in to comment.