Update html.formpropal.class.php

This commit is contained in:
Laurent Destailleur 2023-01-02 01:50:25 +01:00 committed by GitHub
parent 80d6c26202
commit edfa7dddfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,7 @@ class FormPropal
} else {
print '<option value="2,4">';
}
print ($langs->trans($prefix.'Signed'.($short ? 'Short' : '')).'+'.$langs->trans($prefix.'Billed'.($short ? 'Short' : '')));
print ($langs->trans($prefix.'Signed'.($short ? 'Short' : '')).' '.$langs->trans("or").' '.$langs->trans($prefix.'Billed'.($short ? 'Short' : '')));
print '</option>';
print '</select>';