Steps to reproduce the issue
open com_workflow/stage/edit (new)
open com_workflow/transition/edit (new or edit)
Expected result
No untranslated strings
Actual result
2 untranslated strings
COM_WORKFLOW_STAGE_FORM_NEW → code and language mismatch [4.0] Form label [a11y] #32060
COM_WORKFLOW_STAGE_FORM_ADD =" Add Stage"
COM_WORKFLOW_STAGE_FORM_EDIT =" Edit Stage"
<form action="<?php echo Route::_ ('index.php?option=com_workflow&view=stage&workflow_id= ' . $ input ->getCmd ('workflow_id ' ) . '&extension= ' . $ input ->getCmd ('extension ' ) . '&layout= ' . $ layout . $ tmpl . '&id= ' . (int ) $ this ->item ->id ); ?> " method="post" name="adminForm" id="workflow-form" aria-label="<?php echo Text::_ ('COM_WORKFLOW_STAGE_FORM_ ' . ((int ) $ this ->item ->id === 0 ? 'NEW ' : 'EDIT ' ), true ); ?> " class="form-validate">
JGLOBAL_FIELDSET_NOTIFICATION → missing fieldset label
<fieldset name =" notification" >
System information (as much as possible)
Joomla: 4.1.1-rc3-dev
PHP: 8.1.1
DB: 10.4.22-MariaDB
Steps to reproduce the issue
Expected result
No untranslated strings
Actual result
2 untranslated strings
COM_WORKFLOW_STAGE_FORM_NEW→ code and language mismatch [4.0] Form label [a11y] #32060joomla-cms/administrator/language/en-GB/com_workflow.ini
Lines 77 to 78 in 882fa86
joomla-cms/administrator/components/com_workflow/tmpl/stage/edit.php
Line 36 in 882fa86
JGLOBAL_FIELDSET_NOTIFICATION→ missing fieldset labeljoomla-cms/plugins/workflow/notification/forms/action.xml
Line 4 in 882fa86
System information (as much as possible)
Joomla: 4.1.1-rc3-dev
PHP: 8.1.1
DB: 10.4.22-MariaDB