This commit is contained in:
Maxime Quandalle 2015-06-16 22:13:46 +02:00
parent 5478fc93db
commit b15a0c59a8

View file

@ -42,7 +42,7 @@ Users.helpers({
}, '').toUpperCase();
} else {
return this.pseudo[0].toUpperCase();
return this.username[0].toUpperCase();
}
},