mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
fix: add template to new msg bar translation
This commit is contained in:
@@ -49,8 +49,12 @@ export default observer(
|
||||
}
|
||||
}}>
|
||||
<div>
|
||||
<Text id="app.main.channel.misc.new_messages" />{" "}
|
||||
{dayjs(decodeTime(last_id)).fromNow()}
|
||||
<Text
|
||||
id="app.main.channel.misc.new_messages"
|
||||
fields={{
|
||||
time_ago: dayjs(decodeTime(last_id)).fromNow(),
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<Text id="app.main.channel.misc.jump_beginning" />
|
||||
|
||||
Reference in New Issue
Block a user