瀏覽代碼

Merge pull request #13543 from jodli/patch-1

Fixed typo in query editor placeholder text.
Daniel Lee 7 年之前
父節點
當前提交
f4f97d2e65
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/plugins/datasource/influxdb/partials/query.editor.html

+ 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">