Browse Source

fix(typo): corrected spelling in error message, fixes #4982

Torkel Ödegaard 9 years ago
parent
commit
8a3bdb3685
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/templating/templateValuesSrv.js

+ 1 - 1
public/app/features/templating/templateValuesSrv.js

@@ -204,7 +204,7 @@ function (angular, _, kbn) {
       }
       }
 
 
       if (options.length === 0) {
       if (options.length === 0) {
-        options.push({text: 'No datasurces found', value: ''});
+        options.push({text: 'No data sources found', value: ''});
       }
       }
 
 
       variable.options = options;
       variable.options = options;