fixup: remove another reference to favorites

This is a fixup for commit de81fac334.
This commit is contained in:
Johann150 2023-05-27 20:19:05 +02:00
parent 351a037959
commit 5408929c2a
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
2 changed files with 0 additions and 5 deletions

View File

@ -645,7 +645,6 @@ disableShowingAnimatedImages: "Don't play animated images"
verificationEmailSent: "A verification email has been sent. Please follow the included\
\ link to complete verification."
emailVerified: "Email has been verified"
noteFavoritesCount: "Number of favorite notes"
pageLikesCount: "Number of liked Pages"
pageLikedCount: "Number of received Page likes"
contact: "Contact"

View File

@ -50,10 +50,6 @@
<template #key>{{ i18n.ts.receivedReactionsCount }}</template>
<template #value>{{ number(stats.receivedReactionsCount) }}</template>
</MkKeyValue>
<MkKeyValue oneline style="margin: 1em 0;">
<template #key>{{ i18n.ts.noteFavoritesCount }}</template>
<template #value>{{ number(stats.noteFavoritesCount) }}</template>
</MkKeyValue>
<MkKeyValue oneline style="margin: 1em 0;">
<template #key>{{ i18n.ts.followingCount }}</template>
<template #value>{{ number(stats.followingCount) }}</template>