ソースを参照

wording change -- bothers me everyday

maxmullen 10 年 前
コミット
d92f32c127
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/views/blazer/queries/run.html.erb

+ 1 - 1
app/views/blazer/queries/run.html.erb

@@ -1,7 +1,7 @@
 <% if @error %>
   <div class="alert alert-danger"><%= @error %></div>
 <% elsif !@success %>
-  <div class="alert alert-info">Can’t run queries with variables yet</div>
+  <div class="alert alert-info">Can’t preview queries with variables...yet!</div>
 <% else %>
   <p class="text-muted"><%= pluralize(@rows.size, "row") %></p>
   <% if @rows.any? %>