mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +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
|
|
@ -1740,7 +1740,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')
|
||||
});
|
||||
}
|
||||
|
|
|
|||
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
2
rainloop/v/0.0.0/static/js/admin.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1744,7 +1744,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')
|
||||
});
|
||||
}
|
||||
|
|
|
|||
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
2
rainloop/v/0.0.0/static/js/app.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue