Change wording of admin report handling actions (#18388)

* Change admin report handling UI to display appropriate text for remote reports

Change from “Decide which action to take to resolve this report. If you take a
punitive action against the reported account, an e-mail notification will be
sent to them, except when the Spam category is selected.” to “Decide which
action to take to resolve this report. This will only affect how your server
communicates with this remote account and handle its content.”

* Reword admin actions descriptions to make clear which admin actions close reports
This commit is contained in:
Claire
2023-01-13 11:03:14 +01:00
committed by GitHub
parent 21a1a8ee88
commit f79c200f7e
3 changed files with 6 additions and 5 deletions

View File

@ -181,7 +181,7 @@
- if @report.unresolved?
%hr.spacer/
%p#actions= t 'admin.reports.actions_description_html'
%p#actions= t(@report.target_account.local? ? 'admin.reports.actions_description_html' : 'admin.reports.actions_description_remote_html')
= render partial: 'admin/reports/actions'