Swap Watcher 'create action' tooltips (#21717)

This commit is contained in:
sun 2018-08-08 11:58:58 +08:00 committed by CJ Cenizal
parent 494c267cd9
commit 42634bdc46

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>