Change translate file

This commit is contained in:
NextGestion 2021-04-19 13:46:21 +01:00
parent f396160bb8
commit ea97cf5baf
2 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,7 @@ PartnershipAboutPage=Partnership about page
partnershipforthirdpartyormember=Partnership is for a 'thirdparty' or for a 'member'
PARTNERSHIP_IS_MANAGED_FOR=Partnership managed for
PARTNERSHIP_BACKLINKS_TO_CHECK=Backlinks to check
PARTNERSHIP_NBDAYS_AFTER_MEMBER_EXPIRATION_BEFORE_CANCEL=Nb of days before cancel status of partnership
PARTNERSHIP_NBDAYS_AFTER_MEMBER_EXPIRATION_BEFORE_CANCEL=Nb of days before cancel status of partnership when subscription is expired
#
# Object

View File

@ -637,8 +637,7 @@ if ($ispaymentok) {
$outputlangs->load("errors");
$postactionmessages[] = 'Error in create external user : '.$nuser->error;
} else {
$infouserlogin = $outputlangs->trans("Login").': '.$nuser->login."<br>"."\n";
$infouserlogin .= $outputlangs->trans("Password").': '.$newpassword;
$infouserlogin = $outputlangs->trans("Login").': '.$nuser->login."<br>"."\n".$outputlangs->trans("Password").': '.$newpassword;
$postactionmessages[] = $langs->trans("NewUserCreated", $nuser->login);
}
$substitutionarray['__MEMBER_USER_LOGIN_INFORMATION__'] = $infouserlogin;