mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Fix/206 wording delete account on 1.5
This commit is contained in:
parent
8c900e7f28
commit
5cc6034702
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue