mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 19:49:20 +03:00
English grammar date/time - yesterday at (Closes #130)
This commit is contained in:
parent
873df524bc
commit
67508db71b
24 changed files with 24 additions and 24 deletions
|
|
@ -1010,7 +1010,7 @@ Utils.createMomentShortDate = function (oObject)
|
|||
}
|
||||
else if (oMomentNow.clone().subtract('days', 1).format('L') === oMoment.format('L'))
|
||||
{
|
||||
sResult = Utils.i18n('MESSAGE_LIST/YESTERDAY_IN', {
|
||||
sResult = Utils.i18n('MESSAGE_LIST/YESTERDAY_AT', {
|
||||
'TIME': oMoment.format('LT')
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue