change text for recapture emails settings

This commit is contained in:
Matteo Pagliazzi
2015-02-20 18:15:47 +01:00
parent ba11d827bb
commit 397a293ca8
3 changed files with 4 additions and 2 deletions

View File

@@ -311,6 +311,7 @@ var UserSchema = new Schema({
questStarted: {type: Boolean, 'default': true},
invitedQuest: {type: Boolean, 'default': true},
//remindersToLogin: {type: Boolean, 'default': true},
// Those importantAnnouncements are in fact the recapture emails
importantAnnouncements: {type: Boolean, 'default': true}
}
},