From 2fe49f316f92e402c46d2f889c52a7766203f803 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 29 Sep 2020 00:40:52 -0700 Subject: [PATCH] Fix typo in export table footer --- data/interfaces/default/js/tables/export_table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/interfaces/default/js/tables/export_table.js b/data/interfaces/default/js/tables/export_table.js index baaf3465..9ad0cae8 100644 --- a/data/interfaces/default/js/tables/export_table.js +++ b/data/interfaces/default/js/tables/export_table.js @@ -15,7 +15,7 @@ export_table_options = { "language": { "search": "Search: ", "lengthMenu": "Show _MENU_ entries per page", - "info": "Showing _START_ to _END_ of _TOTAL_ library items", + "info": "Showing _START_ to _END_ of _TOTAL_ export items", "infoEmpty": "Showing 0 to 0 of 0 entries", "infoFiltered": "", "emptyTable": "No data in table",