Fix/206 wording delete account on 1.5

This commit is contained in:
Timothée Jaussoin 2024-08-21 13:55:15 +00:00
parent 8c900e7f28
commit 5cc6034702

View file

@ -18,12 +18,12 @@
<div class="large">
<p>You are going to permanently delete your account.</p>
<p>Please enter your complete username to confirm: <b>{{ $account->identifier }}</b>.</p>
<p>Please enter your complete SIP address to confirm: <b>{{ $account->identifier }}</b>.</p>
</div>
<div>
<input placeholder="bob@example.net" name="identifier" type="text" value="{{ old('identifier') }}">
<label for="identifier">Username</label>
<label for="identifier">SIP address</label>
</div>
<div class="on_desktop"></div>