Stricter handle cleanup

This commit is contained in:
Cohee
2024-04-10 01:29:35 +03:00
parent 4f3780979e
commit accebd00f5
3 changed files with 12 additions and 5 deletions

View File

@@ -16,9 +16,11 @@
<span data-i18n="This action is irreversible.">This action is irreversible.</span>
</div>
<div>
<label for="deleteUserHandle" data-i18n="Type the user's handle below to confirm:">
Type the user's handle below to confirm:
<label for="deleteUserHandle">
<strong data-i18n="Type the user's handle below to confirm:">
Type the user's handle below to confirm:
</strong>
</label>
<input id="deleteUserHandle" name="deleteUserHandle" type="text" class="text_pole" placeholder="">
<input id="deleteUserHandle" name="deleteUserHandle" type="text" class="text_pole" placeholder="[ Type here ]">
</div>
</div>