فهرست منبع

are cached -> may be cached

Andrew Kane 9 سال پیش
والد
کامیت
f1a6fdc7ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 %>