Ver Fonte

fix(alert_tab): better execution state description

bergquist há 9 anos atrás
pai
commit
b2d8e83c7d
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      public/app/features/alerting/partials/alert_tab.html

+ 1 - 1
public/app/features/alerting/partials/alert_tab.html

@@ -91,7 +91,7 @@
 				</div>
 
 				<div class="gf-form">
-          <span class="gf-form-label width-18">If query exeuction throws an error</span>
+          <span class="gf-form-label width-18">On execution error or timeout</span>
           <span class="gf-form-label query-keyword">SET STATE TO</span>
 					<div class="gf-form-select-wrapper">
 						<select class="gf-form-input" ng-model="ctrl.alert.executionErrorState" ng-options="f.value as f.text for f in ctrl.executionErrorModes">