Fix emoji reaction push notifications
This commit is contained in:
parent
5c5b42d42c
commit
ccb9158a08
2 changed files with 8 additions and 0 deletions
|
@ -1328,6 +1328,10 @@ en:
|
|||
body: 'Your post was favourited by %{name}:'
|
||||
subject: "%{name} favourited your post"
|
||||
title: New favourite
|
||||
emoji_reaction:
|
||||
body: 'Your post was reacted with emoji by %{name}:'
|
||||
subject: "%{name} reacted your post with emoji"
|
||||
title: New emoji reaction
|
||||
follow:
|
||||
body: "%{name} is now following you!"
|
||||
subject: "%{name} is now following you"
|
||||
|
|
|
@ -1302,6 +1302,10 @@ ja:
|
|||
body: "%{name}さんにお気に入り登録された、あなたの投稿があります:"
|
||||
subject: "%{name}さんにお気に入りに登録されました"
|
||||
title: 新たなお気に入り登録
|
||||
emoji_reaction:
|
||||
body: "%{name}さんに絵文字リアクションされた、あなたの投稿があります:"
|
||||
subject: "%{name}さんに絵文字リアクションされました"
|
||||
title: 新たな絵文字リアクション
|
||||
follow:
|
||||
body: "%{name}さんにフォローされています!"
|
||||
subject: "%{name}さんにフォローされています"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue