Skip to content

Commit 50231ed

Browse files
committed
fix typo
1 parent 49a7ca9 commit 50231ed

File tree

1 file changed

+1
-1
lines changed
  • administrator/components/com_content/tmpl/featured

1 file changed

+1
-1
lines changed

administrator/components/com_content/tmpl/featured/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
'title' => Text::_($item->stage_title),
229229
'tip_content' => Text::sprintf('JWORKFLOW', Text::_($item->workflow_title)),
230230
'id' => 'workflow-' . $item->id,
231-
'task' => 'articles.runTransitions'
231+
'task' => 'articles.runTransition'
232232
];
233233

234234
echo (new TransitionButton($options))

0 commit comments

Comments
 (0)