diff options
| author | eugenijm <eugenijm@protonmail.com> | 2020-04-25 07:04:39 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2020-04-30 09:58:55 +0300 |
| commit | 01b07f01e9340935faf51e5a3c8034cc90423989 (patch) | |
| tree | a2710502d7ab26bb8d1ba0d96d9920019dec0987 /src/i18n | |
| parent | dea7e2f6acd06839c89cd4a14a101ec162ca4e58 (diff) | |
Add support for follow request notifications
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 54d0608e..37d9591c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -124,6 +124,7 @@ "broken_favorite": "Unknown status, searching for it...", "favorited_you": "favorited your status", "followed_you": "followed you", + "follow_request": "wants to follow you", "load_older": "Load older notifications", "notifications": "Notifications", "read": "Read!", @@ -697,7 +698,9 @@ "reply": "Reply", "favorite": "Favorite", "add_reaction": "Add Reaction", - "user_settings": "User Settings" + "user_settings": "User Settings", + "accept_follow_request": "Accept follow request", + "reject_follow_request": "Reject follow request" }, "upload":{ "error": { |
