@@ -104,7 +104,7 @@ function Inner({style}: ViewStyleProp & {}) {
|
|||||||
timeStyle: 'medium',
|
timeStyle: 'medium',
|
||||||
})}>
|
})}>
|
||||||
{timeAgo === 'now' ? (
|
{timeAgo === 'now' ? (
|
||||||
<Trans>Last initiated just {timeAgo}</Trans>
|
<Trans>Last initiated just now</Trans>
|
||||||
) : (
|
) : (
|
||||||
<Trans>Last initiated {timeAgo} ago</Trans>
|
<Trans>Last initiated {timeAgo} ago</Trans>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user