From e0dc4ea4fc377b4216d9668db90f6af13df10c95 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 23 Nov 2017 13:27:51 -0500 Subject: [PATCH] FIX: Missing i18n key --- config/locales/server.en.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index aca7759b48d..9b0cf7a8cbc 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1040,6 +1040,7 @@ en: max_topics_in_first_day: "The maximum number of topics a user is allowed to create in the 24 hour period after creating their first post" max_replies_in_first_day: "The maximum number of replies a user is allowed to create in the 24 hour period after creating their first post" + group_removes_trust_level: "When a user is removed grom a group, their adjusted trust level should be reverted." tl2_additional_likes_per_day_multiplier: "Increase limit of likes per day for tl2 (member) by multiplying with this number" tl3_additional_likes_per_day_multiplier: "Increase limit of likes per day for tl3 (regular) by multiplying with this number"