[F] Fix typo

This commit is contained in:
Azalea
2024-03-06 09:57:05 -05:00
parent 04a7c068f4
commit 3faa5b2f52
3 changed files with 3 additions and 3 deletions

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>