diff --git a/public/app/features/templating/editorCtrl.js b/public/app/features/templating/editorCtrl.js index 9ec4f57eb20..43bda1db05f 100644 --- a/public/app/features/templating/editorCtrl.js +++ b/public/app/features/templating/editorCtrl.js @@ -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"}, ]; diff --git a/public/app/features/templating/partials/editor.html b/public/app/features/templating/partials/editor.html index 3e8ecb4f3c5..fc387ff44cf 100644 --- a/public/app/features/templating/partials/editor.html +++ b/public/app/features/templating/partials/editor.html @@ -190,7 +190,7 @@
-
Datasource Options
+
Data source options