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:
David Cook
2023-11-24 14:21:26 +11:00
parent 994dd606b9
commit f034e46aed
2 changed files with 4 additions and 4 deletions

View File

@@ -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