You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new user is created, they receive an email with the body containing:
admin::app.mail.forget-password.dear
admin::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
The text was updated successfully, but these errors were encountered:
Description:
When a new user is created, they receive an email with the body containing:
admin::app.mail.forget-password.dear
admin::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:
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
, andadmin::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
The text was updated successfully, but these errors were encountered: