From 40eba6d16f18f533704c477f0569ec699e106c75 Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Thu, 26 Oct 2023 20:47:44 +0800 Subject: [PATCH] fix error in locales --- packages/nouns-webapp/src/components/VoteModal/index.tsx | 2 +- packages/nouns-webapp/src/locales/en-US.po | 4 ++-- packages/nouns-webapp/src/locales/pseudo.po | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/nouns-webapp/src/components/VoteModal/index.tsx b/packages/nouns-webapp/src/components/VoteModal/index.tsx index a1e180f10a..5b28305d34 100644 --- a/packages/nouns-webapp/src/components/VoteModal/index.tsx +++ b/packages/nouns-webapp/src/components/VoteModal/index.tsx @@ -87,7 +87,7 @@ const VoteModal = ({ handleVoteStateChange(castRefundableVoteWithReasonState); }, [castRefundableVoteWithReasonState, handleVoteStateChange]); - // Auto close the modal after a transaction completes succesfully + // Auto close the modal after a transaction completes successfully // Leave failed transaction up until user closes manually to allow for debugging useEffect(() => { if (isVoteSucessful) { diff --git a/packages/nouns-webapp/src/locales/en-US.po b/packages/nouns-webapp/src/locales/en-US.po index ec14b38605..9058e41d42 100644 --- a/packages/nouns-webapp/src/locales/en-US.po +++ b/packages/nouns-webapp/src/locales/en-US.po @@ -1749,8 +1749,8 @@ msgid "Voted against" msgstr "Voted against" #: src/components/NounProfileVoteRow/index.tsx -#~ msgid "Voted aginst" -#~ msgstr "Voted aginst" +#~ msgid "Voted against" +#~ msgstr "Voted against" #: src/components/NounProfileVoteRow/index.tsx msgid "Voted for" diff --git a/packages/nouns-webapp/src/locales/pseudo.po b/packages/nouns-webapp/src/locales/pseudo.po index 4b384e305c..c526508599 100644 --- a/packages/nouns-webapp/src/locales/pseudo.po +++ b/packages/nouns-webapp/src/locales/pseudo.po @@ -290,7 +290,7 @@ msgid "Available to withdraw" msgstr "" #: src/components/StreamWithdrawModal/index.tsx -#~ msgid "Avilable to withdraw" +#~ msgid "Available to withdraw" #~ msgstr "" #: src/components/CandidateSponsors/OriginalSignature.tsx @@ -1067,7 +1067,7 @@ msgid "Only Nouns you owned or were delegated to you before {0} are eligible to msgstr "" #: src/pages/Vote/index.tsx -#~ msgid "Only visable to you" +#~ msgid "Only visible to you" #~ msgstr "" #: src/pages/Vote/index.tsx @@ -1773,7 +1773,7 @@ msgid "Voted against" msgstr "" #: src/components/NounProfileVoteRow/index.tsx -#~ msgid "Voted aginst" +#~ msgid "Voted against" #~ msgstr "" #: src/components/NounProfileVoteRow/index.tsx