Skip to content

Commit 4ca0faf

Browse files
authored
Merge pull request #1484 from vishal-singh-webkul/gli-2712
Fixed: Incorrect texts in the language form and order preferences in the back-office.
2 parents 63dad00 + 465f636 commit 4ca0faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/themes/default/template/controllers/languages/helpers/form/form.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
{block name=script}
3939
var langPackOk = "<img src=\"{$smarty.const._PS_IMG_}admin/information.png\" alt=\"\" /> {l s='A language pack is available for this ISO.'}";
40-
var langPackVersion = "{l s='The Prestashop version compatible with this language and your system is:'}";
40+
var langPackVersion = "{l s='The QloApps version compatible with this language and your system is:'}";
4141
var langPackInfo = "{l s='After creating the language, you can import the content of the language pack, which you can download under "Localization -- Translations."'}";
4242
var noLangPack = "<img src=\"{$smarty.const._PS_IMG_}admin/information.png\" alt=\"\" /> {l s='No language pack is available on prestashop.com for this ISO code'}";
4343
var download = "{l s='Download'}";

controllers/admin/AdminOrderPreferencesController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function __construct()
189189
'PS_ROOM_PRICE_AUTO_ADD_BREAKDOWN' => array(
190190
'title' => $this->l('Show room price breakdown'),
191191
'hint' => $this->l('Show price breakdown for rooms with auto added services on checkout page.'),
192-
'desc' => $this->l('This room price breakdown will be shown if cart rule for specific room type is applied on that room.'),
192+
'desc' => $this->l('Displays a price breakdown for rooms that have auto-added services during checkout.'),
193193
'cast' => 'intval',
194194
'type' => 'bool'
195195
),

0 commit comments

Comments
 (0)