From 6b467d5b3ee7f2cdc832857da0cd6e9ecf075d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 29 Apr 2016 08:40:38 +0200 Subject: [PATCH] fix(): spelling fix in templating editor --- public/app/features/templating/editorCtrl.js | 2 +- public/app/features/templating/partials/editor.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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