You've already forked AstralRinth
forked from didirus/AstralRinth
Add translation keys for Sessions page (#1377)
Co-authored-by: Sasha Sorokin <10401817+brawaru@users.noreply.github.com>
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
<SunriseIcon class="secondary-stat__icon" aria-hidden="true" />
|
||||
<span
|
||||
v-tooltip="
|
||||
formatMessage(messages.profileJoinedAtTooltip, {
|
||||
formatMessage(commonMessages.dateAtTimeTooltip, {
|
||||
date: new Date(user.created),
|
||||
time: new Date(user.created),
|
||||
})
|
||||
@@ -314,10 +314,6 @@ const messages = defineMessages({
|
||||
id: 'profile.joined-at',
|
||||
defaultMessage: 'Joined {ago}',
|
||||
},
|
||||
profileJoinedAtTooltip: {
|
||||
id: 'profile.joined-at.tooltip',
|
||||
defaultMessage: '{date, date, long} at {time, time, short}',
|
||||
},
|
||||
profileUserId: {
|
||||
id: 'profile.user-id',
|
||||
defaultMessage: 'User ID: {id}',
|
||||
|
||||
Reference in New Issue
Block a user