From 921c6fd2028aa2862438101730761f77d444038f Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 13 May 2025 17:12:47 +0300 Subject: [PATCH] fix info popup --- src/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en.json b/src/i18n/en.json index 01de88223..019beba1c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -439,7 +439,7 @@ "import_failure": "The selected file is not a supported Pleroma filter.", "help": { "word": "Simple and RegExp filters test against post's content and subject.", - "user": "User filter matches full user handle (user@domain) in the following: author, reply-to and mentions", + "user": "User filter matches full user handle (user{'@'}domain) in the following: author, reply-to and mentions", "regexp": "Regex variants are more advanced and use {link} to match instead of simple substring search.", "regexp_link": "Regular Expressions", "regexp_url": "https://en.wikipedia.org/wiki/Regular_expression"