Skip to content

Commit

Permalink
fixed license error message
Browse files Browse the repository at this point in the history
  • Loading branch information
YulNaumenko committed Dec 15, 2020
1 parent 3100644 commit 91990e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const ALERT_ERROR_EXECUTION_REASON = i18n.translate(
export const ALERT_ERROR_LICENSE_REASON = i18n.translate(
'xpack.triggersActionsUI.sections.alertsList.alertErrorReasonLicense',
{
defaultMessage: 'Cannot run alert.',
defaultMessage: 'Cannot run alert',
}
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function emailTest({ getService }: FtrProviderContext) {
statusCode: 403,
error: 'Forbidden',
message:
'Alert type test.gold.noop is disabled because your basic license does not support it. Please upgrade your license.',
'Alert test.gold.noop is disabled because it requires a Gold license. Contact your administrator to upgrade your license.',
});
});
});
Expand Down

0 comments on commit 91990e9

Please sign in to comment.