diff --git a/src/config/locales/pl/translation.json b/src/config/locales/pl/translation.json index 449f88ea..e58c8eeb 100644 --- a/src/config/locales/pl/translation.json +++ b/src/config/locales/pl/translation.json @@ -179,7 +179,8 @@ "reply": "Notify me when I receive reply", "reblog": "Notify me when I receive reblog", "favourite": "Notify me when I receive favourite", - "follow": "Notify me when I receive follow" + "follow": "Notify me when I receive follow", + "reaction": "Notify me when I receive a emoji reaction" } }, "account": { @@ -453,6 +454,10 @@ "reblog": { "title": "Reblog", "body": "{{username}} boosted your status" + }, + "reaction": { + "title": "Reaction", + "body": "{{username}} reacted your status" } } }