Open
Description
This issue is automatically created based on existing pull request: #32392: Allow translations for Login as Customer button
Description (*)
The Login As Customer module adds a button to the customer edit page in the Admin panel.
The text "Login as Customer" can not be translated even though it is defined as "translatable" in the module's di.xml. Therefore it does not display well in other language versions.
This pull request fixes this behaviour and makes translation of the button possible.
Manual testing scenarios (*)
- Switch admin's user account to a different language (e.g. cs_CZ)
- Add translation to the Login as Customer string.
- The button is translated
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Gate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedA defect with this priority could have functionality issues which are not to expectations.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branch
Type
Projects
Status
Pull Request In Progress