From 4b1b095f084660931e78ecdaa0d0285641b94afd Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:57:22 +0800 Subject: [PATCH] Added error message when the file type is incorrect --- _locales/en/messages.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 68da77e..572690d 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -133,7 +133,7 @@ } }, "settings_filters_search_prompt": { - "message": "Search URL or add source..." + "message": "Search URL or source" }, "settings_filters_update_stop": { "message": "No filters were updated as none were available." @@ -181,5 +181,8 @@ "description": "The file path" } } + }, + "error_msg_notJSON": { + "message": "The file has been downloaded, but it is not the correct file type." } }