Skip to content

Commit a25e512

Browse files
committed
change workflow to workflows
1 parent 82a7fc4 commit a25e512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/components/com_modules/src/Model/ModuleModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,6 @@ public static function prepareWorkflowField(Form $form, $data)
13561356

13571357
$field->addOption(Text::sprintf('COM_WORKFLOW_USE_DEFAULT_WORKFLOW', Text::_($defaultWorkflow->title)), ['value' => $defaultWorkflow->id]);
13581358

1359-
$field->addOption('- ' . Text::_('COM_MODULES_WORKFLOW') . ' -', ['disabled' => 'true']);
1359+
$field->addOption('- ' . Text::_('COM_MODULES_WORKFLOWS') . ' -', ['disabled' => 'true']);
13601360
}
13611361
}

administrator/language/en-GB/com_modules.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ COM_MODULES_TABLE_CAPTION="Table of Modules"
192192
COM_MODULES_TYPE_CHOOSE="Select a Module Type"
193193
COM_MODULES_TYPE_OR_SELECT_POSITION="Type or Select a Position"
194194
COM_MODULES_WORKFLOW="Workflow"
195-
COM_MODULES_WORKFLOW="Workflows"
195+
COM_MODULES_WORKFLOWS="Workflows"
196196
COM_MODULES_WORKFLOW_NOT_FOUND="No default workflow available, please define one or contact an administrator."
197197
COM_MODULES_WORKFLOW_TRANSITION_NOT_ALLOWED="You're not allowed to execute this transition"
198198
COM_MODULES_XML_DESCRIPTION="Component for module management in the Administrator Backend."

0 commit comments

Comments
 (0)