File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/components/onboarding Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export const ResetPasswordForm = ({ token }: ResetPasswordFormProps) => {
87
87
render = { ( { field } ) => (
88
88
< FormItem >
89
89
< div className = "grid gap-3" >
90
- < FormLabel htmlFor = "password" > Passowrd </ FormLabel >
90
+ < FormLabel htmlFor = "password" > Password </ FormLabel >
91
91
< FormControl >
92
92
< PasswordInput
93
93
id = "password"
@@ -111,7 +111,7 @@ export const ResetPasswordForm = ({ token }: ResetPasswordFormProps) => {
111
111
render = { ( { field } ) => (
112
112
< FormItem >
113
113
< div className = "grid gap-3" >
114
- < FormLabel htmlFor = "password" > Repeat Passowrd </ FormLabel >
114
+ < FormLabel htmlFor = "password" > Confirm password </ FormLabel >
115
115
< FormControl >
116
116
< Input
117
117
id = "repeatPassword"
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export const SetPasswordForm = ({
95
95
render = { ( { field } ) => (
96
96
< FormItem >
97
97
< div className = "grid gap-3" >
98
- < FormLabel htmlFor = "password" > Passowrd </ FormLabel >
98
+ < FormLabel htmlFor = "password" > Password </ FormLabel >
99
99
< FormControl >
100
100
< PasswordInput
101
101
id = "password"
@@ -119,7 +119,7 @@ export const SetPasswordForm = ({
119
119
render = { ( { field } ) => (
120
120
< FormItem >
121
121
< div className = "grid gap-3" >
122
- < FormLabel htmlFor = "password" > Repeat Passowrd </ FormLabel >
122
+ < FormLabel htmlFor = "password" > Confirm password </ FormLabel >
123
123
< FormControl >
124
124
< Input
125
125
id = "repeatPassword"
You can’t perform that action at this time.
0 commit comments