X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c3b8897c44531788f06a51e24470e97a3abfb7b8..b2a82f501dd50603b2d87661c48924e440453fa9:/app/views/message/new.html.erb diff --git a/app/views/message/new.html.erb b/app/views/message/new.html.erb index 3dc16acc0..ac8fe7f49 100644 --- a/app/views/message/new.html.erb +++ b/app/views/message/new.html.erb @@ -12,11 +12,11 @@
- <%= richtext_area :message, :body, :cols => 80, :value => @body %> + <%= richtext_area :message, :body, :cols => 80, :rows => 20, :value => @body %>
<%= submit_tag t('message.new.send_button') %> - <%= link_to t('message.new.back_to_inbox'), { :controller => 'message', :action => 'inbox', :display_name => @user.display_name }, :class => 'deemphasize button' %> + <%= link_to t('message.new.back'), { :controller => 'message', :action => 'inbox', :display_name => @user.display_name }, :class => 'deemphasize button' %>
<% end %>