Update user count, it's currently 4,671,530 according to Alys. So the million count goes up to 4 and the texts mentioning the number of users is supposed to display this count. There have been two texts and the count is only in one of them with the other hardcoded. Seems like a good thing to not actually calculate the number of users for performance reasons. resolves #11790

This commit is contained in:
Katha
2020-02-12 17:59:32 +01:00
parent 3719efa874
commit 181552c8d1
2 changed files with 3 additions and 3 deletions

View File

@@ -289,7 +289,7 @@
<div class="container featured">
<div class="row text-center">
<h3 class="col-12">
{{ $t('joinMany') }}
{{ $t('joinMany', {userCountInMillions}) }}
</h3>
</div>
<div class="row">
@@ -824,7 +824,7 @@ export default {
makeuseof,
thenewyorktimes,
}),
userCountInMillions: 3,
userCountInMillions: 4,
username: '',
password: '',
passwordConfirm: '',