fix(i18n): add missing translation (#2340)
This commit is contained in:
parent
e4725d433e
commit
1ac3164d0c
4 changed files with 8 additions and 4 deletions
|
@ -91,7 +91,7 @@ const buttonStyle = $computed(() => {
|
|||
</template>
|
||||
<template v-else-if="relationship?.requested">
|
||||
<span elk-group-hover="hidden">{{ $t('account.follow_requested') }}</span>
|
||||
<span hidden elk-group-hover="inline">Withdraw follow request</span>
|
||||
<span hidden elk-group-hover="inline">{{ $t('account.withdraw_follow_request') }}</span>
|
||||
</template>
|
||||
<template v-else-if="relationship ? relationship.followedBy : context === 'followedBy'">
|
||||
<span elk-group-hover="hidden">{{ $t('account.follows_you') }}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue