File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ onBeforeUnmount(() => {
338
338
<Text size =" 12" weight =" 600" color =" tertiary" >
339
339
{{ DateTime.now().minus({ hours: 24 }).toFormat("dd LLL") }}
340
340
</Text >
341
- <Text size =" 12" weight =" 600" color =" tertiary" >Today </Text >
341
+ <Text size =" 12" weight =" 600" color =" tertiary" >Now </Text >
342
342
</Flex >
343
343
</Flex >
344
344
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ onBeforeUnmount(() => {
222
222
<Text size =" 12" weight =" 600" color =" tertiary" >
223
223
{{ DateTime.now().minus({ hours: 24 }).toFormat("dd LLL") }}
224
224
</Text >
225
- <Text size =" 12" weight =" 600" color =" tertiary" >Today </Text >
225
+ <Text size =" 12" weight =" 600" color =" tertiary" >Now </Text >
226
226
</Flex >
227
227
</Flex >
228
228
You can’t perform that action at this time.
0 commit comments