Skip to content

Commit

Permalink
Fix language column
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Jul 10, 2019
1 parent 6d49bb0 commit 24e131b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -204,7 +204,7 @@ protected function getSortFields()
'a.title' => JText::_('JGLOBAL_TITLE'),
'a.type' => JText::_('COM_FIELDS_FIELD_TYPE_LABEL'),
'a.access' => JText::_('JGRID_HEADING_ACCESS'),
'language' => JText::_('JGRID_HEADING_LANGUAGE'),
'a.language' => JText::_('JGRID_HEADING_LANGUAGE'),
'a.id' => JText::_('JGRID_HEADING_ID'),
);
}
Expand Down

0 comments on commit 24e131b

Please sign in to comment.