diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index c3fee747..be8a132e 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -349,8 +349,8 @@
- For your security, choose a location nearby but not exactly at your - place. + The location you choose will be shared with the world until you remove this checkbox. + For your security, choose a location nearby but not exactly at your true location, like at your town center.
You have uploaded {{ imageLimits?.doneImagesThisWeek || "?" }} image{{ + >{{ imageLimits?.doneImagesThisWeek ?? "?" }} image{{ imageLimits?.doneImagesThisWeek === 1 ? "" : "s" }} - out of {{ imageLimits?.maxImagesPerWeek || "?" }} for this + out of {{ imageLimits?.maxImagesPerWeek ?? "?" }} for this week. Your image counter resets at {{ readableDate(imageLimits?.nextWeekBeginDateTime)