Rename button at registering (close #83)
The button at the registering page was wrong. should be correct now
This commit is contained in:
parent
f79959d531
commit
f2bd1b882e
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default function Login() {
|
||||||
InputName="password"
|
InputName="password"
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
<SubmitField onClick={onSubmitClick} LabelName="Einloggen" />
|
<SubmitField onClick={onSubmitClick} LabelName="Registrieren" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
Loading…
Reference in a new issue