Explorar el Código

Merge pull request #13543 from jodli/patch-1

Fixed typo in query editor placeholder text.
Daniel Lee hace 7 años
padre
commit
f4f97d2e65

+ 1 - 1
public/app/plugins/datasource/influxdb/partials/query.editor.html

@@ -2,7 +2,7 @@
 
 	<div ng-if="ctrl.target.rawQuery">
     <div class="gf-form">
-      <textarea rows="3" class="gf-form-input" ng-model="ctrl.target.query" spellcheck="false" placeholder="InfuxDB Query" ng-model-onblur ng-change="ctrl.refresh()"></textarea>
+      <textarea rows="3" class="gf-form-input" ng-model="ctrl.target.query" spellcheck="false" placeholder="InfluxDB Query" ng-model-onblur ng-change="ctrl.refresh()"></textarea>
     </div>
     <div class="gf-form-inline">
       <div class="gf-form">