Преглед изворни кода

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

Torkel Ödegaard пре 9 година
родитељ
комит
8a3bdb3685
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {
-        options.push({text: 'No datasurces found', value: ''});
+        options.push({text: 'No data sources found', value: ''});
       }
 
       variable.options = options;