From dd686039dc3dcf1ef979466df75088e5b4ee8115 Mon Sep 17 00:00:00 2001 From: Roman Rizzi Date: Wed, 1 Feb 2023 14:52:54 -0300 Subject: [PATCH] FIX: Update flag URL in auto silence PM to moderators (#20111) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 70156c8e669..63a7b004b45 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -3481,7 +3481,7 @@ en: The new user [%{username}](%{user_url}) was automatically silenced because multiple users flagged %{username}'s post(s). - Please [review the flags](%{base_url}/admin/flags). If %{username} was incorrectly silenced from posting, click the unsilence button on [the admin page for this user](%{user_url}). + Please [review the flags](%{base_url}/review). If %{username} was incorrectly silenced from posting, click the unsilence button on [the admin page for this user](%{user_url}). This threshold can be changed via the `silence_new_user` site settings.