Added error message when the file type is incorrect

This commit is contained in:
buzz-lightsnack-2007 2024-04-02 19:57:22 +08:00
parent 9d23ad1150
commit 4b1b095f08

View file

@ -133,7 +133,7 @@
} }
}, },
"settings_filters_search_prompt": { "settings_filters_search_prompt": {
"message": "Search URL or add source..." "message": "Search URL or source"
}, },
"settings_filters_update_stop": { "settings_filters_update_stop": {
"message": "No filters were updated as none were available." "message": "No filters were updated as none were available."
@ -181,5 +181,8 @@
"description": "The file path" "description": "The file path"
} }
} }
},
"error_msg_notJSON": {
"message": "The file has been downloaded, but it is not the correct file type."
} }
} }