diff --git a/app/views/admin/order_cycles/_simple_form.html.haml b/app/views/admin/order_cycles/_simple_form.html.haml index 3c828d7777..8b8ac6f200 100644 --- a/app/views/admin/order_cycles/_simple_form.html.haml +++ b/app/views/admin/order_cycles/_simple_form.html.haml @@ -19,6 +19,10 @@ %tr.products %td{ ng: { include: "'admin/panels/exchange_products_simple.html'" } } +%br += label_tag t('.tags') +%tags-with-translation{ object: 'order_cycle.outgoing_exchanges[0]', form: 'order_cycle_form' } + %br/ = label_tag t('.fees') = render 'coordinator_fees', f: f diff --git a/config/locales/en.yml b/config/locales/en.yml index f86de538be..917f1cce64 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1218,6 +1218,7 @@ en: customer_instructions_placeholder: Pick-up or delivery notes products: Products fees: Fees + tags: Tags destroy_errors: orders_present: That order cycle has been selected by a customer and cannot be deleted. To prevent customers from accessing it, please close it instead. schedule_present: That order cycle is linked to a schedule and cannot be deleted. Please unlink or delete the schedule first.