mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
change number of users from 1,000,000 to 1,100,000
This commit is contained in:
parent
bafdfc4ed5
commit
3563244cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ var _ = require('lodash');
|
|||
var locals = require('../middlewares/locals');
|
||||
var i18n = require('../libs/i18n');
|
||||
|
||||
const TOTAL_USER_COUNT = '1,000,000';
|
||||
const TOTAL_USER_COUNT = '1,100,000';
|
||||
|
||||
// -------- App --------
|
||||
router.get('/', i18n.getUserLanguage, locals, function(req, res) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue