Rename button at registering (close #83)

The button at the registering page was wrong. should be correct now
This commit is contained in:
cami 2021-06-30 01:00:33 +02:00
parent f79959d531
commit f2bd1b882e

View file

@ -63,7 +63,7 @@ export default function Login() {
InputName="password"
/>
<br />
<SubmitField onClick={onSubmitClick} LabelName="Einloggen" />
<SubmitField onClick={onSubmitClick} LabelName="Registrieren" />
</form>
</div>
<Footer />