mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update userReset.html: fix data-i18n
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
<form action="javascript:void(0);" class="flex-container flexFlowColumn">
|
<form action="javascript:void(0);" class="flex-container flexFlowColumn">
|
||||||
<h3 class="neutral_warning">
|
<h3 class="neutral_warning" data-i18n="This will delete all your settings and data. There will be no undo button. Make sure you have a backup before proceeding.">
|
||||||
This will delete all your settings and data. There will be no undo button.
|
This will delete all your settings and data. There will be no undo button.
|
||||||
Make sure you have a backup before proceeding.
|
Make sure you have a backup before proceeding.
|
||||||
</h3>
|
</h3>
|
||||||
<hr>
|
<hr>
|
||||||
<div>
|
<div data-i18n="Account reset code has been posted to the server console.">
|
||||||
Account reset code has been posted to the server console.
|
Account reset code has been posted to the server console.
|
||||||
</div>
|
</div>
|
||||||
|
<br>
|
||||||
<div class="currentPasswordBlock">
|
<div class="currentPasswordBlock">
|
||||||
<label data-i18n="Current Password:" for="user">Current Password:</label>
|
<label data-i18n="Current Password:" for="user">Current Password:</label>
|
||||||
<input type="password" name="password" class="text_pole" placeholder="[ No password ]" autocomplete="current-password">
|
<input type="password" name="password" class="text_pole" placeholder="[ No password ]" autocomplete="current-password">
|
||||||
|
Reference in New Issue
Block a user