mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
removed extraneous string in check in modal (#13558)
This commit is contained in:
parent
c6e7b18e8b
commit
63dc3e2696
2 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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!",
|
||||
|
|
|
|||
Loading…
Reference in a new issue