Skip to content

Commit

Permalink
Fix grammar on stack monitoring alerts modal (#109360)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
matschaffer and kibanamachine authored Aug 23, 2021
1 parent eb08603 commit 0ec5148
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/user/monitoring/kibana-alerts.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
}),
},
{
Expand Down

0 comments on commit 0ec5148

Please sign in to comment.