spelling: fixed selling in influxdb annotation partial, fixes #3012

This commit is contained in:
Torkel Ödegaard
2015-10-22 18:24:43 -04:00
parent 5b01e9ec97
commit 2d23251da9
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<div class="editor-row"> <div class="editor-row">
<div class="section"> <div class="section">
<h5>Column mappings <tip>If your influxdb query returns more than one column you need to specify the column names bellow. An annotation event is composed of a title, tags, and an additional text field.</tip></h5> <h5>Column mappings <tip>If your influxdb query returns more than one column you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.</tip></h5>
<div class="editor-option"> <div class="editor-option">
<label class="small">Title</label> <label class="small">Title</label>
<input type="text" class="input-small" ng-model='currentAnnotation.titleColumn' placeholder=""></input> <input type="text" class="input-small" ng-model='currentAnnotation.titleColumn' placeholder=""></input>

View File

@@ -9,7 +9,7 @@
<div class="editor-row"> <div class="editor-row">
<div class="section"> <div class="section">
<h5>Column mappings <tip>If your influxdb query returns more than one column you need to specify the column names bellow. An annotation event is composed of a title, tags, and an additional text field.</tip></h5> <h5>Column mappings <tip>If your influxdb query returns more than one column you need to specify the column names below. An annotation event is composed of a title, tags, and an additional text field.</tip></h5>
<div class="editor-option"> <div class="editor-option">
<label class="small">Title</label> <label class="small">Title</label>
<input type="text" class="input-small" ng-model='currentAnnotation.titleColumn' placeholder=""></input> <input type="text" class="input-small" ng-model='currentAnnotation.titleColumn' placeholder=""></input>