removed extraneous string in check in modal (#13558)

This commit is contained in:
Natalie L 2021-10-21 16:49:01 -04:00 committed by GitHub
parent c6e7b18e8b
commit 63dc3e2696
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 7 deletions

View file

@ -65,12 +65,6 @@
<!-- eslint-enable vue/no-use-v-if-with-v-for -->
</div>
</div>
<div
v-if="data && data.nextRewardAt"
class="col-12 text-center"
>
<h4>{{ $t('countLeft', {count: data.nextRewardAt - user.loginIncentives}) }}</h4>
</div>
</div>
<div class="row">
<div

View file

@ -3,7 +3,6 @@
"earnedRewardForDevotion": "You have earned <%= reward %> for being committed to improving your life.",
"nextRewardUnlocksIn": "Check-ins until your next prize: <%= numberOfCheckinsLeft %>",
"awesome": "Awesome!",
"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.",
"checkinEarned": "Your Check-In Counter went up!",
"unlockedCheckInReward": "You unlocked a Check-In Prize!",