Skip to content

Commit

Permalink
Fix the label of the periodic-refresh button (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
x4base authored and mistercrunch committed Apr 21, 2016
1 parent a5f33fe commit b01d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/templates/caravel/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>
<i class="fa fa-refresh"></i>
</button>
<button type="button" id="refresh_dash_periodic" class="btn btn-default" data-toggle="modal" data-target="#refresh_modal">
<i class="fa fa-clock-o" data-toggle="tooltip" title="Edit the dashboard's CSS"></i>
<i class="fa fa-clock-o" data-toggle="tooltip" title="Decide how frequent should the dashboard refresh"></i>
</button>
<button type="button" id="filters" class="btn btn-default" data-toggle="tooltip" title="View the list of active filters">
<i class="fa fa-filter"></i>
Expand Down

0 comments on commit b01d378

Please sign in to comment.