Skip to content

Commit 89e4e43

Browse files
committed
Translation fixes
1 parent 700ba1e commit 89e4e43

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/templates/store-management/shipping/shippingcategories/_fields.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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 youll refer to this shipping category in the templates."|t('commerce'),
2020
id: 'handle',
2121
class: 'code',
2222
name: 'handle',
@@ -34,7 +34,7 @@
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,

src/templates/store-management/shipping/shippingmethods/_edit.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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,

src/templates/store-management/tax/taxcategories/_fields.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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 youll refer to this tax category in the templates."|t('commerce'),
1818
id: 'handle',
1919
class: 'code',
2020
name: 'handle',
@@ -25,7 +25,7 @@
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,

src/translations/en/commerce.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@
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',

0 commit comments

Comments
 (0)