Use transaltion with HTML in it by adding html suffix

This commit is contained in:
binarygit
2023-12-22 21:56:08 +05:45
parent 75ca1dddf1
commit 6e00a34494
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
= render ConfirmModalComponent.new(id: "ship_order", confirm_reflexes: "click->Admin::OrdersReflex#ship", controller: "orders", reflex: "Admin::Orders#ship") do
%div{class: "margin-bottom-30"}
%p= t('spree.admin.orders.shipment.mark_as_shipped_message').html_safe
%p= t('spree.admin.orders.shipment.mark_as_shipped_message_html')
%div{class: "margin-bottom-30"}
= hidden_field_tag :id, @order.id
= check_box_tag :send_shipment_email, "1", true