mirror of
https://github.com/kikobar/mastodon.git
synced 2024-11-18 21:27:41 +00:00
parent
5a448d0d71
commit
991353682d
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
- content_for :heading_actions do
|
- content_for :heading_actions do
|
||||||
- if @appeal.persisted?
|
- if @appeal.persisted?
|
||||||
= link_to t('admin.accounts.approve'), approve_admin_disputes_appeal_path(@appeal), method: :post, class: 'button' if can?(:approve, @appeal)
|
= link_to t('disputes.strikes.approve_appeal'), approve_admin_disputes_appeal_path(@appeal), method: :post, class: 'button' if can?(:approve, @appeal)
|
||||||
= link_to t('admin.accounts.reject'), reject_admin_disputes_appeal_path(@appeal), method: :post, class: 'button button--destructive' if can?(:reject, @appeal)
|
= link_to t('disputes.strikes.reject_appeal'), reject_admin_disputes_appeal_path(@appeal), method: :post, class: 'button button--destructive' if can?(:reject, @appeal)
|
||||||
|
|
||||||
- if @strike.overruled?
|
- if @strike.overruled?
|
||||||
%p.hint
|
%p.hint
|
||||||
|
|
|
@ -1036,10 +1036,12 @@ en:
|
||||||
appealed_msg: Your appeal has been submitted. If it is approved, you will be notified.
|
appealed_msg: Your appeal has been submitted. If it is approved, you will be notified.
|
||||||
appeals:
|
appeals:
|
||||||
submit: Submit appeal
|
submit: Submit appeal
|
||||||
|
approve_appeal: Approve appeal
|
||||||
associated_report: Associated report
|
associated_report: Associated report
|
||||||
created_at: Dated
|
created_at: Dated
|
||||||
description_html: These are actions taken against your account and warnings that have been sent to you by the staff of %{instance}.
|
description_html: These are actions taken against your account and warnings that have been sent to you by the staff of %{instance}.
|
||||||
recipient: Addressed to
|
recipient: Addressed to
|
||||||
|
reject_appeal: Reject appeal
|
||||||
status: 'Post #%{id}'
|
status: 'Post #%{id}'
|
||||||
status_removed: Post already removed from system
|
status_removed: Post already removed from system
|
||||||
title: "%{action} from %{date}"
|
title: "%{action} from %{date}"
|
||||||
|
|
Loading…
Reference in a new issue