Update userReset.html: fix data-i18n

e92d49377fca47d5c2b8c4c63e4b53564c8dcfcd

Rivelle <rivelle.days@gmail.com>

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