Fixed a follows_you label doing the opposite of what it says

This commit is contained in:
Natty 2024-03-03 00:25:58 +01:00
parent dc86b4e67d
commit ea0d681e5c
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
v-if=" v-if="
$i && $i &&
$i.id != user.id && $i.id != user.id &&
user.you_follow user.follows_you
" "
class="followed" class="followed"
>{{ i18n.ts.followsYou }}</span >{{ i18n.ts.followsYou }}</span