-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Description
When changing a lead status to Won or Lost, a modal popup appears. However, the labels and button texts inside this popup are not translated correctly and instead display raw translation keys (e.g., admin::app.leads.index.kanban.stages.need-more-info
, admin::app.leads.index.kanban.stages.won-value
, etc.).
Preconditions
- Application installed and running.
- User logged in with admin access.
- Leads module available.
Steps to Reproduce
- Go to Leads.
- Move a lead card to the Won or Lost stage in the Kanban view.
- Observe the popup modal that opens.
Actual Result

- Translation keys are displayed in the modal fields and buttons instead of proper labels and text.
Example:admin::app.leads.index.kanban.stages.need-more-info
admin::app.leads.index.kanban.stages.won-value
admin::app.leads.index.kanban.stages.closed-at
admin::app.leads.index.kanban.stages.save-btn
Expected Result
- All modal labels, placeholders, and buttons should display the correct localized translation instead of showing raw translation keys.