This commit is contained in:
Thibault Duplessis 2016-07-26 18:58:57 +02:00
parent 5d019f46e9
commit e5996710a2
2 changed files with 3 additions and 3 deletions

View file

@ -56,7 +56,7 @@ case StudyLike(userId, studyId, studyName) => {
@userIdLink(userId.some, withOnline = false) likes <a href="@routes.Study.show(studyId)">@studyName</a>
}
case PlanStart(userId) => {
@userIdLink(userId.some, withOnline = false) became a <a href="@routes.Plan.index">lichess patron</a>
@userIdLink(userId.some, withOnline = true) became a <a href="@routes.Plan.index">Patron</a>
}
}
@momentFromNow(e.date)

View file

@ -192,11 +192,11 @@ var handlers = {
m('strong', 'Thank you!'),
drawTime(notification)
]),
m('span', 'You just became a lichess patron.')
m('span', 'You just became a lichess Patron.')
]);
},
text: function(n) {
return 'You just became a lichess patron.';
return 'You just became a lichess Patron.';
}
},
planExpire: {