From 20da1c32b767f5bbeccd78c389ebc199ea416b54 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:49:59 +0800 Subject: [PATCH] shortened string for searching --- _locales/en/messages.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 572690d..860a5eb 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -133,7 +133,7 @@ } }, "settings_filters_search_prompt": { - "message": "Search URL or source" + "message": "Search" }, "settings_filters_update_stop": { "message": "No filters were updated as none were available." @@ -149,7 +149,7 @@ }, "error_msg": { - "message": "$error_code$: $error_msg$", + "message": "$error_code$: $error_msg$ \n$error_trace$", "description": "The error message template", "placeholders": { "error_code": { @@ -159,6 +159,10 @@ "error_msg": { "content": "$2", "description": "The error message" + }, + "error_trace": { + "content": "$3", + "description": "The error trace" } } },