Maxime Quandalle 10 years ago
parent
commit
b15a0c59a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      collections/users.js

+ 1 - 1
collections/users.js

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