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

This commit is contained in:
Torkel Ödegaard
2016-05-11 13:21:25 +02:00
parent 85e8cba7a1
commit 8a3bdb3685

View File

@@ -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;