Skip to content

Commit

Permalink
Merge branch '7.x' into ua/update_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Aug 23, 2021
2 parents fc3cbb7 + f4b98a0 commit b8fb304
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 b8fb304

Please sign in to comment.