X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/15b104f4ff4614aa78c01180b6a9b89dd5a1400f..7c89e7c0b418c5c4d9692b5e153946571a6ea994:/app/views/notifier/message_notification.text.erb?ds=sidebyside diff --git a/app/views/notifier/message_notification.text.erb b/app/views/notifier/message_notification.text.erb index c006941d9..b3a74bb88 100644 --- a/app/views/notifier/message_notification.text.erb +++ b/app/views/notifier/message_notification.text.erb @@ -1,9 +1,9 @@ -<%= raw t'notifier.message_notification.hi', :to_user => @to_user %> +<%= raw t '.hi', :to_user => @to_user %> -<%= raw t'notifier.message_notification.header', :from_user => @from_user, :subject => @title %> +<%= raw t '.header', :from_user => @from_user, :subject => @title %> == <%= raw @text.to_text %> == -<%= word_wrap(t'notifier.message_notification.footer_html', :readurl => @readurl, :replyurl => @replyurl) %> +<%= word_wrap(t '.footer_html', :readurl => @readurl, :replyurl => @replyurl) %>