diff --git a/data/interfaces/default/js/tables/collections_table.js b/data/interfaces/default/js/tables/collections_table.js index 27e92263..b9c6b544 100644 --- a/data/interfaces/default/js/tables/collections_table.js +++ b/data/interfaces/default/js/tables/collections_table.js @@ -3,7 +3,7 @@ collections_table_options = { "language": { "search": "Search: ", "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", "infoFiltered": "", "emptyTable": "No data in table", diff --git a/data/interfaces/default/js/tables/playlists_table.js b/data/interfaces/default/js/tables/playlists_table.js index 2c0a2a01..298859e5 100644 --- a/data/interfaces/default/js/tables/playlists_table.js +++ b/data/interfaces/default/js/tables/playlists_table.js @@ -3,7 +3,7 @@ playlists_table_options = { "language": { "search": "Search: ", "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", "infoFiltered": "", "emptyTable": "No data in table",