Swap Watcher 'create action' tooltips (#21717) (#21774)

This commit is contained in:
CJ Cenizal 2018-08-08 07:21:30 -07:00 committed by GitHub
parent 23aaaee6ad
commit e69a2e1a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
class="kuiButton kuiButton--primary"
ng-click="watchList.onClickCreateThresholdAlert()"
data-test-subj="createThresholdAlertButton"
tooltip="Set up a custom watch in raw JSON"
tooltip="Send an alert on a specific condition"
>
Create threshold alert
</button>
@ -22,7 +22,7 @@
class="kuiButton kuiButton--primary"
ng-click="watchList.onClickCreateAdvancedWatch()"
data-test-subj="createAdvancedWatchButton"
tooltip="Send an alert on a specific condition"
tooltip="Set up a custom watch in raw JSON"
>
Create advanced watch
</button>