mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-01 09:30:58 -05:00
Active instead of last connected
This commit is contained in:
@@ -335,7 +335,7 @@ function LastOnline(props: { lastOnlineTime?: string }) {
|
||||
return (
|
||||
<AboutRow
|
||||
icon={<ClockIcon className="h-5 w-5"/>}
|
||||
text={t('profile.last_online', 'Last online {time}', {time: fromNow(lastOnlineTime, true, t, locale)})}
|
||||
text={t('profile.last_online', 'Active {time}', {time: fromNow(lastOnlineTime, true, t, locale)})}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -570,7 +570,7 @@
|
||||
"profile.language.yue": "Yue",
|
||||
"profile.language.zhuang": "Zhuang",
|
||||
"profile.language.zulu": "Zoulou",
|
||||
"profile.last_online": "Dernière connexion {time}",
|
||||
"profile.last_online": "Actif·ve {time}",
|
||||
"profile.optional.age": "Âge",
|
||||
"profile.optional.age_range": "Âgés entre",
|
||||
"profile.optional.causes": "Causes morales",
|
||||
|
||||
Reference in New Issue
Block a user