mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 10:34:40 +08:00
UX: Use medium format for displaying time in post notices. (#8074)
This commit is contained in:
@ -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"
|
||||
})
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user