diff --git a/bin/settings.js b/bin/settings.js index 349910e..51164bb 100644 --- a/bin/settings.js +++ b/bin/settings.js @@ -81,7 +81,7 @@ $(document).ready(function(){ } else{ infoPopUp("Nicht alle Rezepte konnten Importiert werden!", 1000); - downloadObjectAsJson(JSON.parse(data), "failed_recipe_import.json"); + downloadObjectAsJson(JSON.parse(data), "failed_recipe_import"); } } );