second commit
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="auth-card glass-panel">
|
||||
<p class="eyebrow">Erste Einrichtung</p>
|
||||
<h1>Mood initialisieren</h1>
|
||||
<p class="auth-copy">Lege den ersten Admin-Account an. Danach ist die Anwendung sofort geschuetzt und weitere Accounts koennen spaeter in den Optionen erstellt werden.</p>
|
||||
<p class="auth-copy">Lege den ersten Admin-Account an. Danach ist die Anwendung sofort geschützt und weitere Accounts können später in den Optionen erstellt werden.</p>
|
||||
|
||||
<form method="post" action="/setup" class="stack-form">
|
||||
<?= csrf_field() ?>
|
||||
@@ -21,8 +21,7 @@
|
||||
<input type="password" name="password_confirm" autocomplete="new-password" minlength="10" required>
|
||||
</label>
|
||||
|
||||
<button class="primary-button" type="submit">Setup abschliessen</button>
|
||||
<button class="primary-button" type="submit">Setup abschließen</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user