[F] Fix typo

pull/23/head
Azalea 2024-03-06 09:57:05 -05:00
parent 04a7c068f4
commit 3faa5b2f52
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
export const EN_REF_USER = {
'UserHome.ServerRank': 'Server Rank',
'UserHome.Ratting': 'DX Ratting',
'UserHome.Rating': 'DX Rating',
'UserHome.Statistics': 'Statistics',
'UserHome.Accuracy': 'Accuracy',
'UserHome.DXScore': 'DX Score',

View File

@ -2,7 +2,7 @@ import { EN_REF_USER, type EN_REF_Welcome } from "./en_ref";
const zhUser: typeof EN_REF_USER = {
'UserHome.ServerRank': '服务器排名',
'UserHome.Ratting': 'DX B50分',
'UserHome.Rating': 'DX B50分',
'UserHome.Statistics': '统计数据',
'UserHome.Accuracy': '准确度',
'UserHome.DXScore': 'DX 得分',

View File

@ -79,7 +79,7 @@
<div class="chart">
<div class="info-top">
<div class="rating">
<span>{game === 'mai2' ? t("UserHome.Ratting"): 'Rating'}</span>
<span>{game === 'mai2' ? t("UserHome.Rating"): 'Rating'}</span>
<span>{d.user.rating.toLocaleString()}</span>
</div>