Skip to content

Commit 9d5d7fb

Browse files
committed
feat: fix typo
1 parent 11f75a3 commit 9d5d7fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/onboarding/reset-password/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const ResetPasswordForm = ({ token }: ResetPasswordFormProps) => {
8787
render={({ field }) => (
8888
<FormItem>
8989
<div className="grid gap-3">
90-
<FormLabel htmlFor="password">Passowrd</FormLabel>
90+
<FormLabel htmlFor="password">Password</FormLabel>
9191
<FormControl>
9292
<PasswordInput
9393
id="password"
@@ -111,7 +111,7 @@ export const ResetPasswordForm = ({ token }: ResetPasswordFormProps) => {
111111
render={({ field }) => (
112112
<FormItem>
113113
<div className="grid gap-3">
114-
<FormLabel htmlFor="password">Repeat Passowrd</FormLabel>
114+
<FormLabel htmlFor="password">Confirm password</FormLabel>
115115
<FormControl>
116116
<Input
117117
id="repeatPassword"

src/components/onboarding/set-password/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export const SetPasswordForm = ({
9595
render={({ field }) => (
9696
<FormItem>
9797
<div className="grid gap-3">
98-
<FormLabel htmlFor="password">Passowrd</FormLabel>
98+
<FormLabel htmlFor="password">Password</FormLabel>
9999
<FormControl>
100100
<PasswordInput
101101
id="password"
@@ -119,7 +119,7 @@ export const SetPasswordForm = ({
119119
render={({ field }) => (
120120
<FormItem>
121121
<div className="grid gap-3">
122-
<FormLabel htmlFor="password">Repeat Passowrd</FormLabel>
122+
<FormLabel htmlFor="password">Confirm password</FormLabel>
123123
<FormControl>
124124
<Input
125125
id="repeatPassword"

0 commit comments

Comments
 (0)