Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Fix typo in wording #7

Merged
merged 1 commit into from
Oct 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ps_buybuttonlite.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct()
$this->controllerAdmin = 'AdminAjaxPs_buybuttonlite';

$this->displayName = $this->trans('Buy button lite', array(), 'Modules.Buybuttonlite.Admin');
$this->description = $this->trans('Increase your conversation rate and boost your sales, generate links and add them to your content so that visitors can easily proceed to checkout', array(), 'Modules.Buybuttonlite.Admin');
$this->description = $this->trans('Increase your conversion rate and boost your sales, generate links and add them to your content so that visitors can easily proceed to checkout', array(), 'Modules.Buybuttonlite.Admin');
$this->ps_version = (bool)version_compare(_PS_VERSION_, '1.7', '>=');

// Settings paths
Expand Down