UX: Use medium format for displaying time in post notices. (#8074)

This commit is contained in:
Dan Ungureanu
2019-09-11 13:00:53 +03:00
committed by GitHub
parent 5da7ffd46c
commit 8b2c272f04
4 changed files with 22 additions and 6 deletions

View File

@ -893,7 +893,7 @@ widgetTest("post notice - with username", {
.trim(),
I18n.t("post.notice.returning_user", {
user: "codinghorror",
time: "2d ago"
time: "2 days ago"
})
);
}