mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Fix mailers for post and comment notifications (#293)
This commit is contained in:
committed by
GitHub
parent
1d6c5fd947
commit
7966e80421
@@ -35,17 +35,17 @@ en:
|
||||
learn_more: 'Click here to learn more'
|
||||
unsubscribe: 'Annoyed? You can turn off notifications here'
|
||||
notify_post_owner:
|
||||
subject: '[%{app_name}] New comment on %{post}'
|
||||
body: 'There is a new comment by %{user} on your post %{post}'
|
||||
subject: '[%{site_name}] New comment on "%{post}"'
|
||||
body: 'There is a new comment by "%{user}" on your post "%{post}"'
|
||||
notify_comment_owner:
|
||||
subject: '[%{app_name}] New reply on your comment from %{post}'
|
||||
body: 'There is a new reply by %{user} on your comment from post %{post}'
|
||||
subject: '[%{site_name}] New reply on your comment on post "%{post}"'
|
||||
body: 'There is a new reply by "%{user}" on your comment from post "%{post}"'
|
||||
notify_followers_of_post_update:
|
||||
subject: '[%{app_name}] New update for post %{post}'
|
||||
body: "There is a new update on the post you're following %{post}"
|
||||
subject: '[%{site_name}] New update for post "%{post}"'
|
||||
body: 'There is a new update on the post you are following "%{post}"'
|
||||
notify_followers_of_post_status_change:
|
||||
subject: '[%{app_name}] Status change on post %{post}'
|
||||
body: "The post you're following %{post} has a new status"
|
||||
subject: '[%{site_name}] Status change on post "%{post}"'
|
||||
body: 'There is a status update on the post you are following "%{post}"'
|
||||
activerecord:
|
||||
models:
|
||||
board:
|
||||
|
||||
Reference in New Issue
Block a user