app/views/aliases/_form.html.haml in rmails-0.2.1 vs app/views/aliases/_form.html.haml in rmails-0.2.2
- old
+ new
@@ -5,7 +5,7 @@
%i.icon-hand-right
= f.input :destination, :label => t('.destination'), :as => :text, :hint => t('.dest_hint')
.actions
- = f.button :button, t('.create'), :type => 'submit', :class => 'btn-primary right'
+ = f.button :button, t('.submit'), :type => 'submit', :class => 'btn-primary right'
= f.button :button, t('.reset'), :type => 'reset', :class => 'left'