diff --git a/src/components/user-profile/UserContainerView.tsx b/src/components/user-profile/UserContainerView.tsx index ed357b0..dd2db05 100644 --- a/src/components/user-profile/UserContainerView.tsx +++ b/src/components/user-profile/UserContainerView.tsx @@ -41,8 +41,15 @@ export const UserContainerView: FC<{

{ userProfile.motto }

-

-

+

+ { LocalizeText('extendedprofile.created.title') } { userProfile.registration } +

+

+ { LocalizeText('extendedprofile.last.login.title') } { FriendlyTime.format(userProfile.secondsSinceLastVisit, '.ago', 2) } +

+

+ { LocalizeText('extendedprofile.friends.count') } { userProfile.friendsCount } +

{ LocalizeText('extendedprofile.achievementscore') } { userProfile.achievementPoints }