Skip to content

Commit

Permalink
Merge pull request #11 from AlexEven/wording-172
Browse files Browse the repository at this point in the history
Wording for 1.7.2
  • Loading branch information
Maxime Biloé authored Jun 13, 2017
2 parents 9a3d6fb + bf1f527 commit ce97d34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blockreassurance.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __construct()
$this->displayName = $this->trans('Customer reassurance', array(), 'Modules.Blockreassurance.Admin');
$this->description = $this->trans('Adds an information block aimed at offering helpful information to reassure customers that your store is trustworthy.', array(), 'Modules.Blockreassurance.Admin');

$this->ps_versions_compliancy = array('min' => '1.7.1.0', 'max' => _PS_VERSION_);
$this->ps_versions_compliancy = array('min' => '1.7.2.0', 'max' => _PS_VERSION_);

$this->templateFile = 'module:blockreassurance/views/templates/hook/blockreassurance.tpl';
}
Expand Down Expand Up @@ -380,9 +380,9 @@ public function installFixtures()
{
$return = true;
$tab_texts = array(
array('text' => $this->trans('Security policy (edit with module Customer reassurance)', array(), 'Modules.Blockreassurance.Shop'), 'file_name' => 'ic_verified_user_black_36dp_1x.png'),
array('text' => $this->trans('Delivery policy (edit with module Customer reassurance)', array(), 'Modules.Blockreassurance.Shop'), 'file_name' => 'ic_local_shipping_black_36dp_1x.png'),
array('text' => $this->trans('Return policy (edit with module Customer reassurance)', array(), 'Modules.Blockreassurance.Shop'), 'file_name' => 'ic_swap_horiz_black_36dp_1x.png'),
array('text' => $this->trans('Security policy (edit with Customer reassurance module)', array(), 'Modules.Blockreassurance.Shop'), 'file_name' => 'ic_verified_user_black_36dp_1x.png'),
array('text' => $this->trans('Delivery policy (edit with Customer reassurance module)', array(), 'Modules.Blockreassurance.Shop'), 'file_name' => 'ic_local_shipping_black_36dp_1x.png'),
array('text' => $this->trans('Return policy (edit with Customer reassurance module)', array(), 'Modules.Blockreassurance.Shop'), 'file_name' => 'ic_swap_horiz_black_36dp_1x.png'),
);

foreach ($tab_texts as $tab) {
Expand Down

0 comments on commit ce97d34

Please sign in to comment.