Update userReset.html: fix data-i18n

e92d49377fca47d5c2b8c4c63e4b53564c8dcfcd

Rivelle <rivelle.days@gmail.com>

Signed
1 files changed, +3 -2Ignore whitespace
public/scripts/templates/userReset.html+3 -2
@@ -1,12 +1,13 @@
11<form action="javascript:void(0);" class="flex-container flexFlowColumn">
2- <h3 class="neutral_warning">
2+ <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.">
33 This will delete all your settings and data. There will be no undo button.
44 Make sure you have a backup before proceeding.
55 </h3>
66 <hr>
7- <div>
7+ <div data-i18n="Account reset code has been posted to the server console.">
88 Account reset code has been posted to the server console.
99 </div>
10+ <br>
1011 <div class="currentPasswordBlock">
1112 <label data-i18n="Current Password:" for="user">Current Password:</label>
1213 <input type="password" name="password" class="text_pole" placeholder="[ No password ]" autocomplete="current-password">