diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-06-07 00:58:44 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-06-07 00:58:44 +0000 |
| commit | f3a27764aaf31a434c3f858668aa97e6c7328011 (patch) | |
| tree | 8099e07568b381d31e5a3829f973f64dff6dea83 /src/i18n/messages.js | |
| parent | b8d0a6a0baba2fa560cdb3a13ca8135eba7d2255 (diff) | |
add follow requests UI
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 3e842af8..6f56e8b7 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -218,7 +218,8 @@ const en = { timeline: 'Timeline', mentions: 'Mentions', public_tl: 'Public Timeline', - twkn: 'The Whole Known Network' + twkn: 'The Whole Known Network', + friend_requests: 'Follow Requests' }, user_card: { follows_you: 'Follows you!', @@ -232,7 +233,9 @@ const en = { followers: 'Followers', followees: 'Following', per_day: 'per day', - remote_follow: 'Remote follow' + remote_follow: 'Remote follow', + approve: 'Approve', + deny: 'Deny' }, timeline: { show_new: 'Show new', |
