Commit f624930 Морозов Антон
committed
1 parent 1115a51 commit f624930 Copy full SHA for f624930
File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -180,16 +180,16 @@ tmsTable = function (params) {
180
180
* @private
181
181
*/
182
182
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'
193
193
, of :'of'
194
194
}
195
195
You can’t perform that action at this time.
0 commit comments