Sfoglia il codice sorgente

are cached -> may be cached

Andrew Kane 9 anni fa
parent
commit
f1a6fdc7ce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/views/blazer/dashboards/show.html.erb

+ 1 - 1
app/views/blazer/dashboards/show.html.erb

@@ -34,7 +34,7 @@
 
 <% if @data_sources.any? { |ds| ds.cache_mode != "off" } %>
   <p class="text-muted" style="float: right;">
-    Some queries are cached
+    Some queries may be cached
     <%= link_to "Refresh", refresh_dashboard_path(@dashboard, variable_params), method: :post %>
   </p>
 <% end %>