Fix NotifierHelper

This commit is contained in:
Raphael Sofaer 2011-08-10 10:37:53 -07:00
parent cd0fca8462
commit f51b71b7db

View file

@ -5,7 +5,7 @@ module NotifierHelper
message = process_newlines(message) if opts[:process_newlines]
message
else
I18n.translate 'notificer.a_post'
I18n.translate 'notifier.a_post_you_shared'
end
end
end