Skip to content

Commit

Permalink
Merge pull request #12 from AlexEven/172
Browse files Browse the repository at this point in the history
FO: wording harmonization
  • Loading branch information
aleeks authored Jun 28, 2017
2 parents ce97d34 + 7e1930a commit 6f1fad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/ReassuranceLang.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ protected function init()
$this->fieldNames = array(
'text' => array(
md5('Security policy (edit with module Customer reassurance)') =>
$this->translator->trans('Security policy (edit with module Customer reassurance)', array(), 'Modules.Blockreassurance.Shop', $this->locale),
$this->translator->trans('Security policy (edit with Customer reassurance module)', array(), 'Modules.Blockreassurance.Shop', $this->locale),

md5('Delivery policy (edit with module Customer reassurance)') =>
$this->translator->trans('Delivery policy (edit with module Customer reassurance)', array(), 'Modules.Blockreassurance.Shop', $this->locale),
$this->translator->trans('Delivery policy (edit with Customer reassurance module)', array(), 'Modules.Blockreassurance.Shop', $this->locale),

md5('Return policy (edit with module Customer reassurance)') =>
$this->translator->trans('Return policy (edit with module Customer reassurance)', array(), 'Modules.Blockreassurance.Shop', $this->locale),
$this->translator->trans('Return policy (edit with Customer reassurance module)', array(), 'Modules.Blockreassurance.Shop', $this->locale),

),
);
Expand Down

0 comments on commit 6f1fad4

Please sign in to comment.