Skip to content

Commit

Permalink
Update tablesaw.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Theophilix committed May 7, 2019
1 parent 12e4205 commit b8f2794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/template/js/tablesaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if( typeof Tablesaw === "undefined" ) {
Tablesaw = {
i18n: {
modes: [ Joomla.JText._('COM_EVENTTABLEEDIT_STACK'), Joomla.JText._('COM_EVENTTABLEEDIT_SWIPE'), Joomla.JText._('COM_EVENTTABLEEDIT_TOGGLE') ],
modes: [ Joomla.JText._('COM_EVENTTABLEEDIT_TOGGLE'), Joomla.JText._('COM_EVENTTABLEEDIT_SWIPE'), Joomla.JText._('COM_EVENTTABLEEDIT_STACK') ],
columns: Joomla.JText._('COM_EVENTTABLEEDIT_COLUMNS'), //Col<span class=\"a11y-sm\">umn</span>s
columnBtnText: 'Columns',
columnsDialogError: 'No eligible columns.',
Expand Down

0 comments on commit b8f2794

Please sign in to comment.