File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Resources/Private/Templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
< f:else >
18
18
< f:form action ="authenticate " method ="post ">
19
19
< fieldset >
20
- < input placeholder ="{f:translate(id: 'email ')} " name ="__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][username] " type ="email " autofocus >
20
+ < input placeholder ="{f:translate(id: 'emailAddress ')} " name ="__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][username] " type ="email " autofocus >
21
21
< input placeholder ="{f:translate(id: 'password')} " name ="__authentication[Neos][Flow][Security][Authentication][Token][UsernamePassword][password] " type ="password " value ="">
22
22
< input type ="submit " value ="{f:translate(id: 'login')} " class ="button large primary " />
23
23
</ fieldset >
Original file line number Diff line number Diff line change 9
9
10
10
< f:section name ="Content ">
11
11
< div class ="callout success ">
12
- < p > < f:translate id ="registration.confirmationEmailSent " arguments ="{registrationFlow.email} "> </ f:translate > </ p >
12
+ < p > < f:translate id ="registration.confirmationEmailSent " arguments ="{0: '{ registrationFlow.email}' } "> </ f:translate > </ p >
13
13
</ div >
14
14
</ f:section >
15
15
You can’t perform that action at this time.
0 commit comments