English grammar date/time - yesterday at (Closes #130)

This commit is contained in:
RainLoop Team 2014-04-13 04:42:44 +04:00
parent 873df524bc
commit 67508db71b
24 changed files with 24 additions and 24 deletions

View file

@ -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')
});
}