mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
eb08603a00
commit
0ec5148c73
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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)',
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue