Skip to content

Commit c576210

Browse files
authored
Merge pull request #138 from lartist/fix-wording
Fix wording
2 parents 6f8d7a7 + 65fd084 commit c576210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/Form/ConfigurationForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function generate()
170170
'type' => 'select',
171171
'label' => $this->module->trans('Canceled order states', [], 'Modules.GAnalytics.Admin'),
172172
'name' => 'GA_CANCELLED_STATES',
173-
'desc' => $this->module->trans('Choose order states, in which you consider the given order canceled. This will usually be the default "Canceled" state, but some shops may have extra states like "Returned" etc.', [], 'Modules.GAnalytics.Admin'),
173+
'desc' => $this->module->trans('Choose order states in which you consider the given order canceled. This will usually be the default "Canceled" state, but some stores may have extra states like "Returned", etc.', [], 'Modules.GAnalytics.Admin'),
174174
'class' => 'chosen',
175175
'multiple' => true,
176176
'options' => [

0 commit comments

Comments
 (0)