mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-27 09:28:12 +03:00
fix: typos in wacca import page + config
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user