fix(): spelling fix in templating editor

This commit is contained in:
Torkel Ödegaard 2016-04-29 08:40:38 +02:00
parent 5372bcc7a2
commit 6b467d5b3e
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ function (angular, _) {
$scope.variableTypes = [
{value: "query", text: "Query"},
{value: "interval", text: "Interval"},
{value: "datasource", text: "Datasource"},
{value: "datasource", text: "Data source"},
{value: "custom", text: "Custom"},
];

View File

@ -190,7 +190,7 @@
</div>
<div ng-show="current.type === 'datasource'" class="gf-form-group">
<h5 class="section-heading">Datasource Options</h5>
<h5 class="section-heading">Data source options</h5>
<div class="gf-form">
<label class="gf-form-label width-12">Type</label>