Skip to content

Commit 0880b4c

Browse files
committed
Improve set and adjust language
1 parent eee0836 commit 0880b4c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/templates/inventory/levels/_updateInventoryLevelModal.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
name: 'updateAction',
1111
value: updateAction,
1212
options: [
13-
{ label: "Set"|t('commerce'), value: "set" },
14-
{ label: "Adjust"|t('commerce'), value: "adjust" }
13+
{ label: "Set to"|t('commerce'), value: "set" },
14+
{ label: "Adjust by"|t('commerce'), value: "adjust" }
1515
]
1616
}) }}
1717
</div>

src/translations/en/commerce.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
'Adjust Quantity' => 'Adjust Quantity',
4646
'Adjust price when included rate is disqualified?' => 'Adjust price when included rate is disqualified?',
4747
'Adjust' => 'Adjust',
48+
'Adjust by' => 'Adjust by',
4849
'Adjustments' => 'Adjustments',
4950
'Administrative Area Code of Origin' => 'Administrative Area Code of Origin',
5051
'Advanced' => 'Advanced',
@@ -998,6 +999,7 @@
998999
'Set the sale price to a flat amount' => 'Set the sale price to a flat amount',
9991000
'Set the sale price to a percentage of the original price' => 'Set the sale price to a percentage of the original price',
10001001
'Set' => 'Set',
1002+
'Set to' => 'Set to',
10011003
'Settings saved.' => 'Settings saved.',
10021004
'Settings' => 'Settings',
10031005
'Share cart…' => 'Share cart…',

0 commit comments

Comments
 (0)