Add explanation as to why unlocked accounts may have follow requests (#13385)
* Add explanation as to why unlocked accounts may have follow requests * Change wording to avoid “silenced”
This commit is contained in:
parent
ae7e3f0933
commit
d3ff06a320
4 changed files with 29 additions and 3 deletions
|
@ -1532,6 +1532,10 @@
|
|||
{
|
||||
"defaultMessage": "You don't have any follow requests yet. When you receive one, it will show up here.",
|
||||
"id": "empty_column.follow_requests"
|
||||
},
|
||||
{
|
||||
"defaultMessage": "Even though your account is not locked, the {domain} staff thought you might want to review follow requests from these accounts manually.",
|
||||
"id": "follow_requests.unlocked_explanation"
|
||||
}
|
||||
],
|
||||
"path": "app/javascript/mastodon/features/follow_requests/index.json"
|
||||
|
@ -2948,4 +2952,4 @@
|
|||
],
|
||||
"path": "app/javascript/mastodon/features/video/index.json"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue