Fix typo in export table footer

This commit is contained in:
JonnyWong16 2020-09-29 00:40:52 -07:00
parent 1428a2485f
commit 2fe49f316f
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -15,7 +15,7 @@ export_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_ library items", "info": "Showing _START_ to _END_ of _TOTAL_ export items",
"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",