Skip to content

Commit 0ec5148

Browse files
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>
1 parent eb08603 commit 0ec5148

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user/monitoring/kibana-alerts.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ valid for 30 days.
124124
== Alerts and rules
125125
[discrete]
126126
=== Create default rules
127-
This option can be used to create default rules in this kibana spaces. This is
127+
This option can be used to create default rules in this kibana space. This is
128128
useful for scenarios when you didn't choose to create these default rules initially
129129
or anytime later if the rules were accidentally deleted.
130130

x-pack/plugins/monitoring/public/alerts/enable_alerts_modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const EnableAlertsModal: React.FC<Props> = ({ alerts }: Props) => {
4242
{
4343
id: 'create-alerts',
4444
label: i18n.translate('xpack.monitoring.alerts.modal.yesOption', {
45-
defaultMessage: 'Yes (Recommended - create default rules in this kibana spaces)',
45+
defaultMessage: 'Yes (Recommended - create default rules in this kibana space)',
4646
}),
4747
},
4848
{

0 commit comments

Comments
 (0)