[explore] clarifying force-refresh message

This commit is contained in:
Maxime Beauchemin 2016-09-16 08:20:06 -07:00
parent 2432c3155a
commit 2adc8a0274
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ const px = function () {
if (data !== undefined && data.is_cached) {
cachedSelector
.attr('title',
'Served from data cached at ' + data.cached_dttm + '. Click to force-refresh')
'Served from data cached at ' + data.cached_dttm + '. Click [Query] to force-refresh')
.show()
.tooltip('fixTitle');
} else {