-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[Backport] Removed comma(,) from translate attribute #15615
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
[Backport] Removed comma(,) from translate attribute #15615
Conversation
@@ -106,15 +106,15 @@ | |||
<comment>We'll use the default error above if you leave this empty.</comment> | |||
</field> | |||
</group> | |||
<group id="dashboard" translate="label,comment" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0"> | |||
<group id="dashboard" translate="label comment" sortOrder="60" showInDefault="1" showInWebsite="0" showInStore="0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend removing the comment
completely. We don't have this section within a scope of the current node. The same is actual for "Orders Cron Settings" group as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, it's a good idea to add comment
value to the child 'field' node
Thank you @rogyar. This is a good point :) |
Hi @dmytro-ch. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Original Pull Request
#14363
There should be space instead of the comma(,) for separating two tag name inside the value of translate attribute.
Fixed Issues (if relevant)
N/A
Manual testing scenarios
N/A
Contribution checklist