Fix NotifierHelper
This commit is contained in:
parent
cd0fca8462
commit
f51b71b7db
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ module NotifierHelper
|
||||||
message = process_newlines(message) if opts[:process_newlines]
|
message = process_newlines(message) if opts[:process_newlines]
|
||||||
message
|
message
|
||||||
else
|
else
|
||||||
I18n.translate 'notificer.a_post'
|
I18n.translate 'notifier.a_post_you_shared'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue