diff --git a/src/app/features/dashboard/partials/shareDashboard.html b/src/app/features/dashboard/partials/shareDashboard.html index a27e63cda58..673a7d98f07 100644 --- a/src/app/features/dashboard/partials/shareDashboard.html +++ b/src/app/features/dashboard/partials/shareDashboard.html @@ -50,9 +50,13 @@

- A snapshot is an instant way to share a dashboard publicly. The visible data and series names - are embedded into the dashboard while metric queries and panel links are stripped. The snapshot can be viewed by - anyone that have the link and can reach the URL. Read more. + A snapshot is an instant way to share an interactive dashboard publicly. + When created, we strip sensitive data like queries (metric, template and annotation) and panel links, + leaving only the visible metric data and series names embedded into your dashboard. +

+

+ Keep in mind, your snapshot can be viewed any anyone that has the link and can reach the URL. + Share wisely.

@@ -61,7 +65,7 @@