Make it clear what actions solve other reports

This commit is contained in:
Claire 2022-05-10 11:13:06 +02:00
parent 8fa6887efd
commit ad006de821
2 changed files with 5 additions and 0 deletions

View file

@ -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'

View file

@ -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: