mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 12:05:07 +01:00
Make it clear what actions solve other reports
This commit is contained in:
parent
8fa6887efd
commit
ad006de821
@ -21,11 +21,15 @@
|
||||
= button_tag t('admin.accounts.silence'), name: :silence, class: 'button button--destructive'
|
||||
.report-actions__item__description
|
||||
= t('admin.reports.actions.silence_description_html')
|
||||
%br/
|
||||
= t('admin.reports.action_closes_reports_html')
|
||||
.report-actions__item
|
||||
.report-actions__item__button
|
||||
= button_tag t('admin.accounts.suspend'), name: :suspend, class: 'button button--destructive'
|
||||
.report-actions__item__description
|
||||
= t('admin.reports.actions.suspend_description_html')
|
||||
%br/
|
||||
= t('admin.reports.action_closes_reports_html')
|
||||
.report-actions__item
|
||||
.report-actions__item__button
|
||||
= link_to t('admin.accounts.custom'), new_admin_account_action_path(@report.target_account_id, report_id: @report.id), class: 'button'
|
||||
|
@ -594,6 +594,7 @@ en:
|
||||
notes:
|
||||
one: "%{count} note"
|
||||
other: "%{count} notes"
|
||||
action_closes_reports_html: This action will also close all other reports against this user.
|
||||
action_log: Audit log
|
||||
action_taken_by: Action taken by
|
||||
actions:
|
||||
|
Loading…
Reference in New Issue
Block a user