Skip to content

Commit f226a6b

Browse files
committed
Fix message
1 parent 02c8654 commit f226a6b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/templates/settings/emails/_edit.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
{{ forms.selectField({
135135
label: 'Language'|t('commerce'),
136-
instructions: "The language to be used when email is rendered."|t,
136+
instructions: "The language to be used when this email is rendered."|t('commerce'),
137137
id: 'language',
138138
name: 'language',
139139
options : emailLanguageOptions,

src/translations/en/commerce.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@
989989
'The format used to generate new coupons, e.g. {example}. Any `#` characters will be replaced with a random letter.' => 'The format used to generate new coupons, e.g. {example}. Any `#` characters will be replaced with a random letter.',
990990
'The item is not enabled for sale.' => 'The item is not enabled for sale.',
991991
'The language the order was made in.' => 'The language the order was made in.',
992+
'The language to be used when this email is rendered.' => 'The language to be used when this email is rendered.',
992993
'The maximum the customer should spend on shipping. Set to zero to disable.' => 'The maximum the customer should spend on shipping. Set to zero to disable.',
993994
'The minimum the customer should spend on shipping. Set to zero to disable.' => 'The minimum the customer should spend on shipping. Set to zero to disable.',
994995
'The order is not valid.' => 'The order is not valid.',

0 commit comments

Comments
 (0)