diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index fe2c38e..9c1037b 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -179,30 +179,42 @@ -
- You have done {{ limits.doneClaimsThisWeek }} claims out of - {{ limits.maxClaimsPerWeek }} for this week. Your claims counter - resets at {{ readableTime(limits.nextWeekBeginDateTime) }} +
+ You have done {{ limits.doneClaimsThisWeek }} claims out of + {{ limits.maxClaimsPerWeek }} for this week. Your claims + counter resets at + {{ + readableTime(limits.nextWeekBeginDateTime) + }}
- You have done {{ limits.doneRegistrationsThisMonth }} registrations - out of {{ limits.maxRegistrationsPerMonth }} for this month. (You can - register nobody on your first day, and after that only one a day in - your first month.) Your registration counter resets at - {{ readableTime(limits.nextMonthBeginDateTime) }} +
+ You have done + {{ limits.doneRegistrationsThisMonth }} registrations out of + {{ limits.maxRegistrationsPerMonth }} for this month. + (You can register nobody on your first day, and after that only one + a day in your first month.) + Your registration counter resets at + + {{ readableTime(limits.nextMonthBeginDateTime) }} +
+
Beware: the features here can be confusing and even change data in ways you do not expect. But we support your freedoms!