Active instead of last connected

This commit is contained in:
MartinBraquet
2026-01-30 14:29:19 +01:00
parent 70194541db
commit f336e61304
2 changed files with 2 additions and 2 deletions

View File

@@ -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)})}
/>
)
}

View File

@@ -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",