From f6313fe675e85dcea519148d1160932bf7dd3681 Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Tue, 13 Nov 2018 14:56:32 +0900 Subject: [PATCH] Clarify wording of playlist protip Per discussion on https://github.com/grafana/grafana/commit/154fbe2413f9abe33157baa563e42fbf67e2f27b#r31238888 it seemed like this wording might be easier to understand. --- public/app/features/playlist/partials/playlists.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/playlist/partials/playlists.html b/public/app/features/playlist/partials/playlists.html index ce6a5498ca7..cf0a8d19ed7 100644 --- a/public/app/features/playlist/partials/playlists.html +++ b/public/app/features/playlist/partials/playlists.html @@ -59,7 +59,7 @@ buttonIcon: 'fa fa-plus', buttonLink: 'playlists/create', buttonTitle: ' Create Playlist', - proTip: 'You can use playlists to remove control TVs', + proTip: 'You can use playlists to cycle dashboards on TVs without user control', proTipLink: 'http://docs.grafana.org/reference/playlist/', proTipLinkTitle: 'Learn more', proTipTarget: '_blank'