Skip to content

Commit

Permalink
fix(): spelling fix in templating editor
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Apr 29, 2016
1 parent 5372bcc commit 6b467d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/app/features/templating/editorCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
];

Expand Down
2 changes: 1 addition & 1 deletion public/app/features/templating/partials/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h5 class="section-heading">Query Options</h5>
</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>
Expand Down

0 comments on commit 6b467d5

Please sign in to comment.