migrate
This commit is contained in:
13
public/scripts/templates/resetSettings.html
Normal file
13
public/scripts/templates/resetSettings.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="flex-container flexFlowColumn marginBot10">
|
||||
<h3 data-i18n="Are you sure you want to reset your settings to factory defaults?">
|
||||
Are you sure you want to reset your settings to factory defaults?
|
||||
</h3>
|
||||
<div data-i18n="Don't forget to save a snapshot of your settings before proceeding.">
|
||||
Don't forget to save a snapshot of your settings before proceeding.
|
||||
</div>
|
||||
<hr>
|
||||
<div data-i18n="Enter your password below to confirm:">
|
||||
Enter your password below to confirm:
|
||||
</div>
|
||||
<input id="resetSettingsPassword" name="password" type="password" class="text_pole" placeholder="Password">
|
||||
</div>
|
Reference in New Issue
Block a user