Skip to content

Commit

Permalink
Fix spelling of mnemonic
Browse files Browse the repository at this point in the history
- This change is only for the visual display of the word, not the variables and fields that are used.
  • Loading branch information
sondreb committed Nov 13, 2024
1 parent 797ab23 commit 2c1f76e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/auth/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@

<div class="mt-8 flex items-center">
<div class="mt-px flex-auto border-t"></div>
<div class="text-secondary mx-2">Or enter menemonic</div>
<div class="text-secondary mx-2">Or enter mnemonic</div>
<div class="mt-px flex-auto border-t"></div>
</div>

Expand All @@ -167,7 +167,7 @@
>
<!-- Menemonic field -->
<mat-form-field class="w-full">
<mat-label>Menemonic</mat-label>
<mat-label>Mnemonic</mat-label>
<input
matInput
formControlName="menemonic"
Expand All @@ -178,7 +178,7 @@
'required'
)
) {
<mat-error> Menemonic is required </mat-error>
<mat-error> Mnemonic is required </mat-error>
}
</mat-form-field>

Expand Down

0 comments on commit 2c1f76e

Please sign in to comment.