File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ export class SignupPage {
4949 tap (
5050 ( [
5151 emailTranslation ,
52- usernameTranlation ,
52+ usernameTranslation ,
5353 passwordTranslation ,
5454 confirmPasswordTranslation ,
5555 referralCodeOptionalTranslation ,
5656 ] ) =>
5757 this . createFormFields (
5858 emailTranslation ,
59- usernameTranlation ,
59+ usernameTranslation ,
6060 passwordTranslation ,
6161 confirmPasswordTranslation ,
6262 referralCodeOptionalTranslation
@@ -69,7 +69,7 @@ export class SignupPage {
6969
7070 private createFormFields (
7171 emailTranslation : string ,
72- usernameTranlation : string ,
72+ usernameTranslation : string ,
7373 passwordTranslation : string ,
7474 confirmPasswordTranslation : string ,
7575 referralCodeOptionalTranslation : string
@@ -133,7 +133,7 @@ export class SignupPage {
133133 type : 'input' ,
134134 templateOptions : {
135135 type : 'text' ,
136- placeholder : usernameTranlation ,
136+ placeholder : usernameTranslation ,
137137 required : true ,
138138 hideRequiredMarker : true ,
139139 } ,
You can’t perform that action at this time.
0 commit comments