From 6cc63592f701d1526f90b54e866aa948aebf0e95 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 20 Jun 2016 16:24:08 -0700 Subject: [PATCH] better copy on max topics/replies in first day --- config/locales/server.en.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index a117b65d2..79ba9c1d2 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -885,8 +885,8 @@ en: flags_required_to_hide_post: "Number of flags that cause a post to be automatically hidden and message sent to the user (0 for never)" cooldown_minutes_after_hiding_posts: "Number of minutes a user must wait before they can edit a post hidden via community flagging" - max_topics_in_first_day: "The maximum number of topics a user is allowed to create in their first day on the site" - max_replies_in_first_day: "The maximum number of replies a user is allowed to create in their first day on the site" + max_topics_in_first_day: "The maximum number of topics a user is allowed to create in the 24 hours 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" 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"