From 7d857d79bd1d2ee454a7fc8c20cc1babe8ab6940 Mon Sep 17 00:00:00 2001 From: RK Aranas Date: Mon, 11 May 2020 23:38:41 +0800 Subject: [PATCH] UX: Fix hard coded value in Crazy in Love badge description Currently, the Crazy in Love badge's description has a hard coded value of 50.This should correspond to the max_likes_per_day value instead. --- 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 c948a2ef62d..2840e4fd5be 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -4373,7 +4373,7 @@ en: This badge is granted when you use all %{max_likes_per_day} of your daily likes for 5 days. Thanks for taking the time actively encouraging the best conversations every day! crazy_in_love: name: Crazy in Love - description: Used 50 likes in a day 20 times + description: Used %{max_likes_per_day} likes in a day 20 times long_description: | This badge is granted when you use all %{max_likes_per_day} of your daily likes for 20 days. Wow! You’re a role model for encouraging your fellow community members! thank_you: