From 8d12c01a7f834c01a677d1283e2c19366f2df293 Mon Sep 17 00:00:00 2001 From: j1nxie Date: Mon, 8 Aug 2022 18:27:05 +0700 Subject: [PATCH] fix: typos in wacca import page + config --- client/src/app/pages/dashboard/import/WACCASiteImportPage.tsx | 2 +- common/src/config/config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: {