From 1ac3164d0ce25bab45ae34562d902e87c5af3505 Mon Sep 17 00:00:00 2001
From: Sma11X <540351143@qq.com>
Date: Thu, 24 Aug 2023 19:09:54 +0800
Subject: [PATCH] fix(i18n): add missing translation (#2340)
---
components/account/AccountFollowButton.vue | 2 +-
components/account/AccountMoreButton.vue | 2 +-
locales/en.json | 4 +++-
locales/zh-CN.json | 4 +++-
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/components/account/AccountFollowButton.vue b/components/account/AccountFollowButton.vue
index ecada64e..bb7cc240 100644
--- a/components/account/AccountFollowButton.vue
+++ b/components/account/AccountFollowButton.vue
@@ -91,7 +91,7 @@ const buttonStyle = $computed(() => {
{{ $t('account.follow_requested') }}
- Withdraw follow request
+ {{ $t('account.withdraw_follow_request') }}
{{ $t('account.follows_you') }}
diff --git a/components/account/AccountMoreButton.vue b/components/account/AccountMoreButton.vue
index 866c02a1..5c524e9a 100644
--- a/components/account/AccountMoreButton.vue
+++ b/components/account/AccountMoreButton.vue
@@ -68,7 +68,7 @@ async function removeUserNote() {