From 0cda57f23641d33517aae880c8c40d8507610f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Fri, 11 Feb 2022 16:21:41 +0100 Subject: [PATCH] I18N: improve 'here_mention' site setting's description (#15912) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Inspired by [this suggestion](https://meta.discourse.org/t/what-is-a-here-mention/217878/3) from G Ann Campbell > I suppose the description of the “here mention” field could be improved to something like: > "Name used for @here mention to allow a privileged user to notify up to 10 people participating in the thread. Must not…" --- 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 974ba8622a9..39c73ce03b5 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1906,7 +1906,7 @@ en: max_mentions_per_post: "Maximum number of @name notifications anyone can use in a post." max_users_notified_per_group_mention: "Maximum number of users that may receive a notification if a group is mentioned (if threshold is met no notifications will be raised)" enable_mentions: "Allow users to mention other users." - here_mention: "Name used for @here mention. Must not be an existent username." + here_mention: "Name used for a @mention to allow privileged users to notify up to 'max_here_mentioned' people participating in the topic. Must not be an existing username." max_here_mentioned: "Maximum number of mentioned people by @here." min_trust_level_for_here_mention: "The minimum trust level allowed to mention @here."