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

chore(ui): typo fix #3717

Merged
merged 2 commits into from
Dec 22, 2023
Merged
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 ui/components/Claim/ClaimSuccessModalContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function ClaimSuccessModalContent({
return (
<div className="wrap">
<div className="header_image" />
<div className="header_transaction">Transaction submited</div>
<div className="header_transaction">Transaction submitted</div>
<h1>Share 5% bonus link</h1>
<div className="subtitle">
{`Each time someone uses your bonus link, you'll get 5% of all the DOGGO
Expand Down
2 changes: 1 addition & 1 deletion ui/components/SignData/EIP4361Info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Props = {
signingData: EIP4361Data
}

// this overides the type to expect EIP4361Data
// this overrides the type to expect EIP4361Data
export default function EIP4361Info({ signingData }: Props): ReactElement {
const { t } = useTranslation("translation", { keyPrefix: "signing.EIP4361" })

Expand Down
2 changes: 1 addition & 1 deletion ui/pages/Earn/NotificationVaults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function NotificationVaults(): ReactElement {
>
<div className="title">Before you get started!</div>
<p className="text">
Read this infromational blog post to understand how vaults work.
Read this informational blog post to understand how vaults work.
</p>
<SharedButton
type="tertiary"
Expand Down
Loading