From 44f23a76751f1fcf5860db9f0ab7ec7dfa8d3a28 Mon Sep 17 00:00:00 2001 From: deonna Date: Mon, 27 Feb 2017 10:20:57 -0800 Subject: [PATCH] =?UTF-8?q?fix(nextRewardUnlocksIn):=20Check-in=20prize=20?= =?UTF-8?q?message=20was=20always=20plural=20--=E2=80=A6=20(#8458)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(nextRewardUnlocksIn): Check-in prize message was always plural -- moving to a non-sentence like structure to fix incorrect grammar. * fix(countLeft): Check-in prize message was always plural -- moving to a non-sentence like structure to fix incorrect grammar. --- website/common/locales/en/loginIncentives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/common/locales/en/loginIncentives.json b/website/common/locales/en/loginIncentives.json index e95ef8d7b7..385704ec4c 100644 --- a/website/common/locales/en/loginIncentives.json +++ b/website/common/locales/en/loginIncentives.json @@ -1,10 +1,10 @@ { "unlockedReward": "You have received <%= reward %>", "earnedRewardForDevotion": "You have earned a <%= reward %> for being committed to improving your life.", - "nextRewardUnlocksIn": "Your next prize will unlock in <%= numberOfCheckinsLeft %> more check-ins!", + "nextRewardUnlocksIn": "Check-ins until your next prize: <%= numberOfCheckinsLeft %>", "awesome": "Awesome!", "totalCount": "<%= count %> total count", - "countLeft": "<%= count %> more check-ins until next reward", + "countLeft": "Check-ins until next reward: <%= count %>", "incentivesDescription": "When it comes to building habits, consistency is key. Each day you check-in you get closer to a prize.", "totalCheckins": "<%= count %> Check-Ins", "checkinEarned": "Your Check-In Counter went up!",