Fix emoji reaction push notifications
This commit is contained in:
parent
fb1c2abc7e
commit
d61e7dbdc1
@ -1458,9 +1458,13 @@ en:
|
||||
sign_up:
|
||||
subject: "%{name} signed up"
|
||||
favourite:
|
||||
body: 'Your post was favorited by %{name}:'
|
||||
subject: "%{name} favorited your post"
|
||||
title: New favorite
|
||||
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"
|
||||
|
@ -1435,6 +1435,10 @@ ja:
|
||||
body: "%{name}さんにお気に入り登録された、あなたのトゥートがあります:"
|
||||
subject: "%{name}さんにお気に入りに登録されました"
|
||||
title: 新たなお気に入り登録
|
||||
emoji_reaction:
|
||||
body: "%{name}さんに絵文字リアクションされた、あなたの投稿があります:"
|
||||
subject: "%{name}さんに絵文字リアクションされました"
|
||||
title: 新たな絵文字リアクション
|
||||
follow:
|
||||
body: "%{name}さんにフォローされています!"
|
||||
subject: "%{name}さんにフォローされています"
|
||||
|
Loading…
Reference in New Issue
Block a user