forked from FoundKeyGang/FoundKey
fixup: remove another reference to favorites
This is a fixup for commit de81fac334
.
This commit is contained in:
parent
351a037959
commit
5408929c2a
2 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue