fix: typos in wacca import page + config

This commit is contained in:
j1nxie
2022-08-08 18:27:05 +07:00
parent e1e68d5e7a
commit 8d12c01a7f
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ export default function WACCASiteImportPage() {
<h1 className="text-center mb-4">What Is The WACCA Site Importer?</h1>
<div>
The WACCA Site Importer is a script that will scrape your profile on the WACCA
website and imports it to {TachiConfig.name}.
website and import it to {TachiConfig.name}.
</div>
<Divider />
<h1 className="text-center my-4">Setup Instructions</h1>
+1 -1
View File
@@ -1826,7 +1826,7 @@ const GAME_PT_CONFIGS: GamePTConfigs = {
rate: "Rating as it's implemented in game.",
},
profileRatingAlgDescriptions: {
naiveRate: "A naive rating algorithm that just averages your 50 best scores.",
naiveRate: "A naive rating algorithm that just sums your 50 best scores.",
rate: "Rating as it's implemented in game, taking 15 scores from the latest version and 35 from all old versions.",
},
sessionRatingAlgDescriptions: {