aboutsummaryrefslogtreecommitdiff
path: root/src/i18n/messages.js
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2018-06-12 16:57:18 +0000
committerlambda <pleromagit@rogerbraun.net>2018-06-12 16:57:18 +0000
commit6ea5cfe71ee9ae5669c44f154b7ca5dae1211551 (patch)
tree5fafbd876eb22501f1753739624d4e1676122d7e /src/i18n/messages.js
parent2330170d2305b664f623b9fe8b46d075086b13b5 (diff)
parentd7d787b84cb8e36ad7f622054808f0e66c496309 (diff)
Merge branch 'feature/locked-accounts' into 'develop'
Feature/locked accounts See merge request pleroma/pleroma-fe!274
Diffstat (limited to 'src/i18n/messages.js')
-rw-r--r--src/i18n/messages.js10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js
index 58961601..98835298 100644
--- a/src/i18n/messages.js
+++ b/src/i18n/messages.js
@@ -220,7 +220,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!',
@@ -234,7 +235,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',
@@ -304,7 +307,8 @@ const en = {
new_password: 'New password',
confirm_new_password: 'Confirm new password',
changed_password: 'Password changed successfully!',
- change_password_error: 'There was an issue changing your password.'
+ change_password_error: 'There was an issue changing your password.',
+ lock_account_description: 'Restrict your account to approved followers only'
},
notifications: {
notifications: 'Notifications',