Use correct translation for back button

This commit is contained in:
Tom Hughes 2014-06-18 09:51:36 +01:00
parent d1bebd0803
commit 40faa4e8c0

View file

@ -16,7 +16,7 @@
</div>
<div class='buttons'>
<%= submit_tag t('message.new.send_button') %>
<%= link_to t('message.new.back'), { :controller => 'message', :action => 'inbox', :display_name => @user.display_name }, :class => 'deemphasize button' %>
<%= link_to t('message.new.back_to_inbox'), { :controller => 'message', :action => 'inbox', :display_name => @user.display_name }, :class => 'deemphasize button' %>
</div>
</fieldset>
<% end %>