diff --git a/htdocs/core/modules/modWebsite.class.php b/htdocs/core/modules/modWebsite.class.php index ade9a23e759..01490278566 100644 --- a/htdocs/core/modules/modWebsite.class.php +++ b/htdocs/core/modules/modWebsite.class.php @@ -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; } }