Skip to content

Commit f624930

Browse files
author
Морозов Антон
committed
bug fix
1 parent 1115a51 commit f624930

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

js/tmsTable.js

+10-10
Original file line numberDiff line numberDiff line change
@@ -180,16 +180,16 @@ tmsTable = function (params) {
180180
* @private
181181
*/
182182
var _tbl_LABLES = {
183-
reload: '^^^Reload'
184-
,first_page: '^^^First page'
185-
,last_page: '^^^Last page'
186-
,previous_page: '^^^Previous page'
187-
,next_page: '^^^Next page'
188-
,current_page: '^^^Current page'
189-
,rows: '^^^Rows'
190-
,total_rows: '^^^Total records'
191-
,asc: '^^^Sort by ASC'
192-
,desc: '^^^Sort by DESC'
183+
reload: 'Reload'
184+
,first_page: 'First page'
185+
,last_page: 'Last page'
186+
,previous_page: 'Previous page'
187+
,next_page: 'Next page'
188+
,current_page: 'Current page'
189+
,rows: 'Rows'
190+
,total_rows: 'Total records'
191+
,asc: 'Sort by ASC'
192+
,desc: 'Sort by DESC'
193193
,of:'of'
194194
}
195195

0 commit comments

Comments
 (0)