From adf2981def20dd6fbddc7ace6b7c2664ce586bd2 Mon Sep 17 00:00:00 2001 From: Sendou <38327916+Sendouc@users.noreply.github.com> Date: Fri, 19 Jun 2020 15:43:38 +0300 Subject: [PATCH] typo fixes --- frontend-react/src/components/user/UserPage.tsx | 14 ++++++++------ frontend-react/src/hooks/useAbilityEffects.ts | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/frontend-react/src/components/user/UserPage.tsx b/frontend-react/src/components/user/UserPage.tsx index 8a41f8e8e..7eca5bdf1 100644 --- a/frontend-react/src/components/user/UserPage.tsx +++ b/frontend-react/src/components/user/UserPage.tsx @@ -164,12 +164,14 @@ const UserPage: React.FC = ({ id }) => { content: ( - If you have reached Top 500 in a finished X Rank season you can have - it displayed here! Make sure your Twitter account is verified on - verified and it shows on your sendou.ink profile and then contact - Sendou#0043 on Discord with your in-game nick. Once set up new - results are added automatically and no further action is needed - unless you change your name on Twitter. + <> + If you have reached Top 500 in a finished X Rank season you + can have it displayed here! Make sure your Twitter account is + verified on Discord to get it showing on your sendou.ink profile + and then contact Sendou#0043 on Discord with your in-game nick. + Once set up new results are added automatically and no further + action is needed unless you change your name on Twitter. + ), diff --git a/frontend-react/src/hooks/useAbilityEffects.ts b/frontend-react/src/hooks/useAbilityEffects.ts index db8d0da61..fb05a96ad 100644 --- a/frontend-react/src/hooks/useAbilityEffects.ts +++ b/frontend-react/src/hooks/useAbilityEffects.ts @@ -613,7 +613,7 @@ export default function useAbilityEffects( ability: "SPU" as Ability, info: specialWeapon === "Inkjet" - ? "Special Power Up also increases Ink Jet's shots' painting and blast radius" + ? "Special Power Up also increases Inkjet's shots' painting and blast radius" : undefined, ap: amount, getEffect: (ap: number) => Math.ceil(getEffect(highMidLow, ap)[0]),