Make it clear what actions solve other reports
parent
8fa6887efd
commit
ad006de821
|
@ -21,11 +21,15 @@
|
||||||
= button_tag t('admin.accounts.silence'), name: :silence, class: 'button button--destructive'
|
= button_tag t('admin.accounts.silence'), name: :silence, class: 'button button--destructive'
|
||||||
.report-actions__item__description
|
.report-actions__item__description
|
||||||
= t('admin.reports.actions.silence_description_html')
|
= t('admin.reports.actions.silence_description_html')
|
||||||
|
%br/
|
||||||
|
= t('admin.reports.action_closes_reports_html')
|
||||||
.report-actions__item
|
.report-actions__item
|
||||||
.report-actions__item__button
|
.report-actions__item__button
|
||||||
= button_tag t('admin.accounts.suspend'), name: :suspend, class: 'button button--destructive'
|
= button_tag t('admin.accounts.suspend'), name: :suspend, class: 'button button--destructive'
|
||||||
.report-actions__item__description
|
.report-actions__item__description
|
||||||
= t('admin.reports.actions.suspend_description_html')
|
= t('admin.reports.actions.suspend_description_html')
|
||||||
|
%br/
|
||||||
|
= t('admin.reports.action_closes_reports_html')
|
||||||
.report-actions__item
|
.report-actions__item
|
||||||
.report-actions__item__button
|
.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'
|
= 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:
|
notes:
|
||||||
one: "%{count} note"
|
one: "%{count} note"
|
||||||
other: "%{count} notes"
|
other: "%{count} notes"
|
||||||
|
action_closes_reports_html: This action will also close all other reports against this user.
|
||||||
action_log: Audit log
|
action_log: Audit log
|
||||||
action_taken_by: Action taken by
|
action_taken_by: Action taken by
|
||||||
actions:
|
actions:
|
||||||
|
|
Loading…
Reference in New Issue