Skip to content

Commit

Permalink
Merge pull request #35 from eastmaels/development
Browse files Browse the repository at this point in the history
Fix "acoount" Typo
  • Loading branch information
Adesojisouljay authored Jul 4, 2024
2 parents 32b1d92 + e59ddbe commit 94c0f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/pages/sign-up.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const SignUpPage = (props: Props | any) => {
{step == 1 && (
<div className="sign-up">
<div className="the-form">
<div className="form-title">Create a Hive acoount</div>
<div className="form-title">Create a Hive account</div>
<div className="form-sub-title">
{_t("sign-up.description")}
</div>
Expand Down

0 comments on commit 94c0f14

Please sign in to comment.