chore: fix typo

This commit is contained in:
Hakadao
2024-07-15 14:57:01 +08:00
parent 5135616642
commit 46992eea36
5 changed files with 5 additions and 5 deletions

View File

@@ -249,7 +249,7 @@ topbar:
following: 关注
followers: 粉丝
posts: 动态
accout_settings: 个人中心
account_settings: 个人中心
uploads_manager: 投稿管理
b_coins_wallet: B币钱包
orders: 订单中心

View File

@@ -252,7 +252,7 @@ topbar:
following: 追蹤中
followers: 粉絲
posts: 動態
accout_settings: 帳戶資訊
account_settings: 帳戶資訊
uploads_manager: 內容管理
b_coins_wallet: B幣錢包
orders: 訂單資訊

View File

@@ -250,7 +250,7 @@ topbar:
following: FOLLOWING
followers: FOLLOWERS
posts: POSTS
accout_settings: Account settings
account_settings: Account settings
uploads_manager: Uploads manager
b_coins_wallet: B-coins wallet
orders: Orders

View File

@@ -252,7 +252,7 @@ topbar:
following: 追緊
followers: 擁躉
posts: 動向
accout_settings: 帳戶資料
account_settings: 帳戶資料
uploads_manager: 內容管理
b_coins_wallet: B銀荷包
orders: 訂單資訊

View File

@@ -29,7 +29,7 @@ const otherLinks = computed((): { name: string, url: string, icon: string }[] =>
icon: 'i-solar:video-library-bold-duotone',
},
{
name: t('topbar.user_dropdown.accout_settings'),
name: t('topbar.user_dropdown.account_settings'),
url: 'https://account.bilibili.com/account/home',
icon: 'i-solar:user-circle-bold-duotone',
},