From feffd0d445f364c1e2195547fe0092558f351d7e Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:37:28 +0800 Subject: [PATCH] Add prompt for adding source URL in settings filters --- _locales/en/messages.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 0cdb4c5..68da77e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -144,6 +144,9 @@ "settings_filters_add_one": { "message": "Add the current source." }, + "settings_filters_add_prompt": { + "message": "Enter the URL of the source to add." + }, "error_msg": { "message": "$error_code$: $error_msg$",