From 6826ce7b9f69b076b88061a77d9d8dc2f6fabc12 Mon Sep 17 00:00:00 2001 From: Philippe Grand <philippe.grand@atoo-net.com> Date: Thu, 12 Aug 2010 12:36:58 +0000 Subject: [PATCH] wrong translation constant --- htdocs/includes/boxes/box_clients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/boxes/box_clients.php b/htdocs/includes/boxes/box_clients.php index faf2add1c82..cb2ca82d63c 100644 --- a/htdocs/includes/boxes/box_clients.php +++ b/htdocs/includes/boxes/box_clients.php @@ -49,7 +49,7 @@ class box_clients extends ModeleBoxes { global $langs; $langs->load("boxes"); - $this->boxlabel=$langs->trans("BoxLastModifiedCustomers"); + $this->boxlabel=$langs->trans("BoxLastCustomers"); } /** -- GitLab