Fix bad trans key

This commit is contained in:
Laurent Destailleur 2018-11-30 11:50:32 +01:00
parent f82e97d6aa
commit 4260d5765f

View File

@ -167,7 +167,7 @@ class modWebsite extends DolibarrModules
if ($result < 0)
{
$langs->load("errors");
$this->error=$langs->trans('ErrorFailToCopyDirectory',$src,$dest);
$this->error=$langs->trans('ErrorFailToCopyDir',$src,$dest);
return 0;
}
}