Actions
Bug #5273
closedProfile email not substituting in email correctly
Description
The message body email substitution is substituting as an empty string for the following language string.
'EMAIL_NOTE_WHEN_REPLYING_CHECK_ADDRESS' => 'When replying, please check carefully that the email address of [formatname] is [email].'
The linebreaks for this string are also in the wrong place (before instead of after) resulting in the email message being added directly next to the period.
Updated by krileon over 9 years ago
The name substitution also is not working correctly. It's replacing the name with REGISTRATION_EMAIL_FROM_NAME instead of the users actual name.
Updated by beat over 9 years ago
- Target version changed from CB 2.0.9 to CB 2.0.10
Updated by krileon over 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !926
Actions