mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix typo
parent
04a7c068f4
commit
3faa5b2f52
|
@ -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',
|
||||
|
|
|
@ -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 得分',
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue