(fix) localize 'me'

pull/100/merge
Ludovic Marcotte 2015-08-22 07:51:13 -04:00
parent 85c8aebbd4
commit 68ad3c1045
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
// If the current user is the recepient, overwrite
// the short name with 'me'
if (_.indexOf(identities, data.email) >= 0)
data.shortname = 'me';
data.shortname = l('me');
});
});
};