File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
administrator/components/com_content/src/View Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ protected function addToolbar()
203203 ->buttonClass ('text-center py-2 h3 ' );
204204
205205 $ cmd = "Joomla.submitbutton('articles.runTransition'); " ;
206- $ messages = "{error: [Joomla.JText ._('JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST')]} " ;
206+ $ messages = "{error: [Joomla.Text ._('JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST')]} " ;
207207 $ alert = 'Joomla.renderMessages( ' . $ messages . ') ' ;
208208 $ cmd = 'if (document.adminForm.boxchecked.value == 0) { ' . $ alert . ' } else { ' . $ cmd . ' } ' ;
209209
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ protected function addToolbar()
158158 ->buttonClass ('text-center py-2 h3 ' );
159159
160160 $ cmd = "Joomla.submitbutton('articles.runTransition'); " ;
161- $ messages = "{error: [Joomla.JText ._('JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST')]} " ;
161+ $ messages = "{error: [Joomla.Text ._('JLIB_HTML_PLEASE_MAKE_A_SELECTION_FROM_THE_LIST')]} " ;
162162 $ alert = 'Joomla.renderMessages( ' . $ messages . ') ' ;
163163 $ cmd = 'if (document.adminForm.boxchecked.value == 0) { ' . $ alert . ' } else { ' . $ cmd . ' } ' ;
164164
You can’t perform that action at this time.
0 commit comments