Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error in locales #810

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/nouns-webapp/src/components/VoteModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
4 changes: 2 additions & 2 deletions packages/nouns-webapp/src/locales/en-US.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/nouns-webapp/src/locales/pseudo.po
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down