mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
(fix) localize 'me'
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user