diff --git a/public/app/plugins/datasource/grafana/partials/annotations.editor.html b/public/app/plugins/datasource/grafana/partials/annotations.editor.html
index e5a67d6a7dc..c1164f7f8c7 100644
--- a/public/app/plugins/datasource/grafana/partials/annotations.editor.html
+++ b/public/app/plugins/datasource/grafana/partials/annotations.editor.html
@@ -7,7 +7,7 @@
- Dashboard: This will fetch annotation and alert state changes for whole dashboard and show them only on the event's originating panel.
- - All: This will fetch any annotation events that match the tags filter.
+ - Tags: This will fetch any annotation events that match the tags filter.
@@ -32,10 +32,19 @@
label-class="width-9"
checked="ctrl.annotation.matchAny"
on-change="ctrl.refresh()"
- tooltip="By default Grafana will only show annotation that matches all tags in the query. Enabling this will make Grafana return any annotation with the tags you specify.">
+ tooltip="By default Grafana only shows annotations that match all tags in the query. Enabling this returns annotations that match any of the tags in the query.">