diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-01 20:24:25 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-01 20:24:25 +0000 |
| commit | c67e9daf068c5a7eafaa7ce6a6418c8916a4f118 (patch) | |
| tree | 8b6d1b006c7d3e74a5e5b3515f1a55a99aaa4b21 /src/i18n | |
| parent | af3e69743e3192898f185fbc867defa1d155a4d4 (diff) | |
| parent | 01b07f01e9340935faf51e5a3c8034cc90423989 (diff) | |
Merge branch 'follow-request-notification' into 'develop'
Add support for follow request notifications
Closes #823 and #822
See merge request pleroma/pleroma-fe!1093
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": { |
