From ca69293d8bb9ffbc9a0187682d9bcd4a71f1b425 Mon Sep 17 00:00:00 2001
From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com>
Date: Fri, 2 Oct 2020 23:19:36 -0700
Subject: [PATCH] Fix footer text on collections and playlists tables
---
data/interfaces/default/js/tables/collections_table.js | 2 +-
data/interfaces/default/js/tables/playlists_table.js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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": "(filtered from _MAX_ total entries)",
"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": "(filtered from _MAX_ total entries)",
"emptyTable": "No data in table",