mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-04 02:31:33 +00:00
Fix label
Strangely, the spec passed when run locally, but not in CI. It's a curious case of the wrong letter case.
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
.field.checkbox
|
||||
= variant_form.label :on_demand do
|
||||
= variant_form.check_box :on_demand, 'data-action': 'change->toggle-control#disableIfPresent change->popout#closeIfChecked'
|
||||
= t('admin.products_page.columns.on_demand')
|
||||
= t(:on_demand)
|
||||
%td.align-left
|
||||
.content= variant.product.supplier&.name # same as product
|
||||
%td.align-left
|
||||
|
||||
Reference in New Issue
Block a user