[-] INSTALLER : Fixed a missing "echo" at Step 3 in the SMTP configuration
[-] BO : Fixed a French hardcoded page (Favorites Views)
[-] BO : Fixed a typo ("Informations" => "Information")
[*] BO : Improved the UI of the Combinations generator and added some explanations - #PSCFV-770
[*] MO : Added a # before the order number in the e-mail sent to the merchant when an order is placed
This commit is contained in:
@@ -157,7 +157,7 @@ class AdminProductsControllerCore extends AdminController
|
||||
|
||||
// @since 1.5 : translations for tabs
|
||||
$this->available_tabs_lang = array (
|
||||
'Informations' => $this->l('Informations'),
|
||||
'Informations' => $this->l('Information'),
|
||||
'Pack' => $this->l('Pack'),
|
||||
'VirtualProduct' => $this->l('Virtual Product'),
|
||||
'Prices' => $this->l('Prices'),
|
||||
|
||||
Reference in New Issue
Block a user