diff --git a/InvenTree/templates/js/translated/tables.js b/InvenTree/templates/js/translated/tables.js index 9fb5b668d1..8a6674299c 100644 --- a/InvenTree/templates/js/translated/tables.js +++ b/InvenTree/templates/js/translated/tables.js @@ -39,7 +39,7 @@ function downloadTableData(table, opts={}) { var url = table_options.url; if (!url) { - console.log("Error: downloadTableData could not find 'url' parameter"); + console.log('Error: downloadTableData could not find "url" parameter.'); } var query_params = table_options.query_params || {};