Fix grammar on stack monitoring alerts modal (#109360)

Pretty sure the rules only get created in the current kibana space, but the message is plural. Switching to singular.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Mat Schaffer 2021-08-23 13:06:24 +09:00 committed by GitHub
parent eb08603a00
commit 0ec5148c73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -124,7 +124,7 @@ valid for 30 days.
== Alerts and rules
[discrete]
=== Create default rules
This option can be used to create default rules in this kibana spaces. This is
This option can be used to create default rules in this kibana space. This is
useful for scenarios when you didn't choose to create these default rules initially
or anytime later if the rules were accidentally deleted.

View file

@ -42,7 +42,7 @@ export const EnableAlertsModal: React.FC<Props> = ({ alerts }: Props) => {
{
id: 'create-alerts',
label: i18n.translate('xpack.monitoring.alerts.modal.yesOption', {
defaultMessage: 'Yes (Recommended - create default rules in this kibana spaces)',
defaultMessage: 'Yes (Recommended - create default rules in this kibana space)',
}),
},
{