diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 21:14:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 21:14:12 +0100 |
commit | 57814a98a9c8e4b106d44a31e36561f585f73bac (patch) | |
tree | 6d4f128921a0be9634a3c148024e99a34bd85b8c /config | |
parent | 0dc57ab6ed67657e0a77e08bcd99c7b809fe5e42 (diff) |
Fix remote reports with comments revealing remote reporter (#17652)
* Display username rather than display name in report comment For consistency with report notes and appeals * Fix remote reports with comments revealing remote reporter * Display instance name in placeholder * Make instance name in report comment a link to the federation admin page * Normalize i18n file
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 60c291540..536d1dbf6 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -617,6 +617,7 @@ en: title: Notes notes_description_html: View and leave notes to other moderators and your future self quick_actions_description_html: 'Take a quick action or scroll down to see reported content:' + remote_user_placeholder: the remote user from %{instance} reopen: Reopen report report: 'Report #%{id}' reported_account: Reported account |