From ae7812475ea24547479d3823289ac370ddfeee90 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 21 Sep 2012 14:47:52 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-4157 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17473 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminCustomerThreadsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminCustomerThreadsController.php b/controllers/admin/AdminCustomerThreadsController.php index 4b8b8f40e..02b0f6f0a 100644 --- a/controllers/admin/AdminCustomerThreadsController.php +++ b/controllers/admin/AdminCustomerThreadsController.php @@ -136,7 +136,7 @@ class AdminCustomerThreadsControllerCore extends AdminController 'type' => 'bool' ), 'PS_CUSTOMER_SERVICE_SIGNATURE' => array( - 'title' => $this->l('Allow file upload'), + 'title' => $this->l('Default message'), 'desc' => $this->l('Please fill the message that appears by default when you answer a thread on the customer service page'), 'type' => 'textareaLang', 'lang' => true,