Fix footer text on collections and playlists tables
This commit is contained in:
@@ -3,7 +3,7 @@ collections_table_options = {
|
|||||||
"language": {
|
"language": {
|
||||||
"search": "Search: ",
|
"search": "Search: ",
|
||||||
"lengthMenu": "Show _MENU_ entries per page",
|
"lengthMenu": "Show _MENU_ entries per page",
|
||||||
"info": "Showing _START_ to _END_ of _TOTAL_ export items",
|
"info": "Showing _START_ to _END_ of _TOTAL_ collections",
|
||||||
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
||||||
"infoFiltered": "<span class='hidden-md hidden-sm hidden-xs'>(filtered from _MAX_ total entries)</span>",
|
"infoFiltered": "<span class='hidden-md hidden-sm hidden-xs'>(filtered from _MAX_ total entries)</span>",
|
||||||
"emptyTable": "No data in table",
|
"emptyTable": "No data in table",
|
||||||
|
@@ -3,7 +3,7 @@ playlists_table_options = {
|
|||||||
"language": {
|
"language": {
|
||||||
"search": "Search: ",
|
"search": "Search: ",
|
||||||
"lengthMenu": "Show _MENU_ entries per page",
|
"lengthMenu": "Show _MENU_ entries per page",
|
||||||
"info": "Showing _START_ to _END_ of _TOTAL_ export items",
|
"info": "Showing _START_ to _END_ of _TOTAL_ playlists",
|
||||||
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
"infoEmpty": "Showing 0 to 0 of 0 entries",
|
||||||
"infoFiltered": "<span class='hidden-md hidden-sm hidden-xs'>(filtered from _MAX_ total entries)</span>",
|
"infoFiltered": "<span class='hidden-md hidden-sm hidden-xs'>(filtered from _MAX_ total entries)</span>",
|
||||||
"emptyTable": "No data in table",
|
"emptyTable": "No data in table",
|
||||||
|
Reference in New Issue
Block a user