diff --git a/libraries/src/HTML/Helpers/SortableList.php b/libraries/src/HTML/Helpers/SortableList.php index fcdb6da998931..4fa846e41f8ec 100644 --- a/libraries/src/HTML/Helpers/SortableList.php +++ b/libraries/src/HTML/Helpers/SortableList.php @@ -33,7 +33,7 @@ abstract class SortableList * @return void * * @since 3.0 - * @deprecated 5.0 In Joomla 4 call JHtml::_('dragablelist.dragable') and add a class of js-draggable to the tbody element of the table + * @deprecated 5.0 In Joomla 4 call JHtml::_('draggablelist.draggable') and add a class of js-draggable to the tbody element of the table */ public static function sortable($tableId, $formId, $sortDir = 'asc', $saveOrderingUrl = null, $proceedSaveOrderButton = true, $nestedList = false) {