Skip to content

Commit

Permalink
[explore] clarifying force-refresh message
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 16, 2016
1 parent 2432c31 commit 2adc8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/javascripts/modules/caravel.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2adc8a0

Please sign in to comment.