-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Description:
When a new user is created, they receive an email with the body containing:
admin::app.mail.forget-password.dearadmin::app.mail.user.create-body
And the subject contains:
admin::app.mail.user.create-subject
Instead of displaying the actual text, these placeholders are showing up in the email.
Steps to Reproduce:
- Create a new user in the Krayin CRM.
- Check the email received by the new user.
Expected Behavior: The email should display the proper translated text instead of placeholders.
Actual Behavior: Placeholders for translations are being displayed.
Additional Information: Please check the localization files to ensure that the translations for admin::app.mail.forget-password.dear, admin::app.mail.user.create-body, and admin::app.mail.user.create-subject are properly defined. Also, verify if the translation files are correctly loaded and accessible.
Environment:
Krayin CRM v2.0.1
PHP 8.2.x