File tree Expand file tree Collapse file tree
templates/store-management Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717{{ forms.textField ({
1818 label : " Handle" |t(' commerce' ),
19- instructions : " How you' ll refer to this shipping category in the templates." |t(' commerce' ),
19+ instructions : " How you’ ll refer to this shipping category in the templates." |t(' commerce' ),
2020 id : ' handle' ,
2121 class : ' code' ,
2222 name : ' handle' ,
3434}) }}
3535
3636{{ forms.iconPickerField ({
37- label : " Icon" |t(' commerce ' ),
37+ label : ' Icon' |t(' app ' ),
3838 id : ' icon' ,
3939 name : ' icon' ,
4040 value : shippingCategory is defined ? shippingCategory .icon ,
Original file line number Diff line number Diff line change 3939
4040 <div class =" field-group" >
4141 {{ forms.iconPickerField ({
42- label : " Icon" |t(' commerce ' ),
42+ label : ' Icon' |t(' app ' ),
4343 id : ' icon' ,
4444 name : ' icon' ,
4545 value : shippingMethod .icon ,
Original file line number Diff line number Diff line change 1414
1515{{ forms.textField ({
1616 label : " Handle" |t(' commerce' ),
17- instructions : " How you' ll refer to this tax category in the templates." |t(' commerce' ),
17+ instructions : " How you’ ll refer to this tax category in the templates." |t(' commerce' ),
1818 id : ' handle' ,
1919 class : ' code' ,
2020 name : ' handle' ,
2525
2626<div class =" field-group" >
2727 {{ forms.iconPickerField ({
28- label : " Icon" |t(' commerce ' ),
28+ label : ' Icon' |t(' app ' ),
2929 id : ' icon' ,
3030 name : ' icon' ,
3131 value : taxCategory is defined ? taxCategory .icon ,
Original file line number Diff line number Diff line change 291291 'Create a new shipping rule ' => 'Create a new shipping rule ' ,
292292 'Create a new tax category ' => 'Create a new tax category ' ,
293293 'Create a new tax rate ' => 'Create a new tax rate ' ,
294- 'Create a new tax zone ' => 'Create a new tax zone ' ,
295294 'Create a product type ' => 'Create a product type ' ,
296295 'Create a shipping zone ' => 'Create a shipping zone ' ,
297296 'Create a tax zone ' => 'Create a tax zone ' ,
You can’t perform that action at this time.
0 commit comments