Merge pull request #19960 from fappels/15_reception_missing_translation_key

Fix missing reception module description translation key.
This commit is contained in:
Laurent Destailleur 2022-01-28 17:08:17 +01:00 committed by GitHub
commit c01e942a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -47,7 +47,7 @@ class modReception extends DolibarrModules
$this->module_position = '40';
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
$this->name = preg_replace('/^mod/i', '', get_class($this));
$this->description = "Gestion des réceptions fournisseurs";
$this->description = "ReceptionDescription";
// Possible values for version are: 'development', 'experimental', 'dolibarr' or version
$this->version = 'dolibarr';

View File

@ -1,5 +1,6 @@
# Dolibarr language file - Source file is en_US - receptions
ReceptionsSetup=Product Reception setup
ReceptionDescription=Vendor reception management (Create reception documents)
ReceptionsSetup=Vendor Reception setup
RefReception=Ref. reception
Reception=Reception
Receptions=Receptions