mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
Make "Select all" translatable
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
%td.text-center
|
||||
%label
|
||||
= check_box_tag nil, nil, (shipping_methods - @order_cycle.shipping_methods).empty?, { "data-action": "change->select-all#toggleAll", "data-select-all-target": "all" }
|
||||
= "Select all"
|
||||
= t(".select_all")
|
||||
%td
|
||||
- if shipping_methods.any?
|
||||
- shipping_methods.each do |shipping_method|
|
||||
|
||||
@@ -1171,6 +1171,7 @@ en:
|
||||
payment_methods: "Payment Methods"
|
||||
save: "Save"
|
||||
save_and_back_to_list: "Save and Back to List"
|
||||
select_all: "Select all"
|
||||
shipping_methods: "Shipping Methods"
|
||||
wizard_progress:
|
||||
edit: "1. General Settings"
|
||||
|
||||
Reference in New Issue
Block a user