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
createSubmit method to support dynamic translation #2ae4667
I noticed that in src/Forms/FormFactory.php and modules/Behaviour/behaviour_manage_edit.php, the $label and $values['type'] parameter is not wrapped with __(), which prevents the submit button text from being properly localized.
I have not created a pull request to avoid unintended changes affecting other users. I hope the developers can review this issue and apply the necessary fix.
Describe the Bug
createSubmit method to support dynamic translation #2ae4667
I noticed that in src/Forms/FormFactory.php and modules/Behaviour/behaviour_manage_edit.php, the $label and $values['type'] parameter is not wrapped with __(), which prevents the submit button text from being properly localized.
I have not created a pull request to avoid unintended changes affecting other users. I hope the developers can review this issue and apply the necessary fix.
To Reproduce
src/Forms/FormFactory.php
Expected behavior
src/Forms/FormFactory.php
Actual behavior
Submit Button Label Not Translated in FormFactory.php
Screenshots
No response
Gibbon version
28.0.01
Browser
Chrome
Browser Version
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: