diff --git a/client/src/app/pages/dashboard/import/WACCASiteImportPage.tsx b/client/src/app/pages/dashboard/import/WACCASiteImportPage.tsx index 56d5d99de..394f6c5c5 100644 --- a/client/src/app/pages/dashboard/import/WACCASiteImportPage.tsx +++ b/client/src/app/pages/dashboard/import/WACCASiteImportPage.tsx @@ -12,7 +12,7 @@ export default function WACCASiteImportPage() {

What Is The WACCA Site Importer?

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}.

Setup Instructions

diff --git a/common/src/config/config.ts b/common/src/config/config.ts index 159234085..bbadfd101 100644 --- a/common/src/config/config.ts +++ b/common/src/config/config.ts @@ -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: {