Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation Variables Displayed Instead of Text in Email Notifications #1598

Closed
fitulka opened this issue Sep 11, 2024 · 1 comment
Closed

Comments

@fitulka
Copy link

fitulka commented Sep 11, 2024

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:

  1. Create a new user in the Krayin CRM.
  2. 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

suraj-webkul added a commit to suraj-webkul/laravel-crm that referenced this issue Sep 12, 2024
@ashishkumar-webkul
Copy link
Collaborator

Checked and Found that the issue has been fixed.

https://prnt.sc/LEcUERQtC_Aq

https://prnt.sc/5vsf_CG1MOs3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants