Commit 8a3bdb36 by Torkel Ödegaard

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

parent 85e8cba7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment