Update list.php

This commit is contained in:
Laurent Destailleur 2021-02-03 20:34:57 +01:00 committed by GitHub
parent 609428bc09
commit 47ac349f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ if ($action == "nosign") {
$error++; $error++;
} }
} else { } else {
setEventMessage($tmpproposal->ref." ".$langs->trans('CantBeSign'), 'errors'); setEventMessage($tmpproposal->ref." ".$langs->trans('CantBeClosed'), 'errors');
$error++; $error++;
} }
} else { } else {