diff --git a/app/views/pools/new.html.erb b/app/views/pools/new.html.erb
index 1c379f680..b9280948d 100644
--- a/app/views/pools/new.html.erb
+++ b/app/views/pools/new.html.erb
@@ -4,11 +4,11 @@
New Pool
<%= f.input :name, :as => :string %>
<%= dtext_field "pool", "description" %>
- <%= dtext_preview_button "pool", "description" %>
<%= f.input :post_ids, :label => "Posts" %>
<%= f.input :category, :collection => ["series", "collection"], :include_blank => false %>
<%= f.input :is_active %>
- <%= f.button :submit %>
+ <%= f.button :submit, "Submit" %>
+ <%= dtext_preview_button "pool", "description" %>
<% end %>