Skip to content

Commit 482e776

Browse files
committed
Removed "RESET_NOTICE"
In all translations this var is allready empty
1 parent 798cf36 commit 482e776

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

web/templates/reset2fa.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
<input tabindex="1" type="text" size="20px" style="width:240px" name="twofa" class="vst-input">
5050
</td>
5151
</tr>
52-
<tr>
53-
<td style="padding: 12px 0 0 2px;">
54-
<?php print __('RESET_NOTICE');?>
55-
</td>
56-
</tr>
5752
<tr>
5853
<td style="padding: 20px 0 12px 0;">
5954
<input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button">&nbsp;&nbsp;

web/templates/reset_1.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
<input tabindex="1" type="text" size="20px" style="width:240px" name="email" class="vst-input">
3636
</td>
3737
</tr>
38-
<tr>
39-
<td style="padding: 12px 0 0 2px;">
40-
<?php print __('RESET_NOTICE');?>
41-
</td>
42-
</tr>
4338
<tr>
4439
<td style="padding: 20px 0 12px 0;">
4540
<input tabindex="2" type="submit" value="<?php print __('Submit');?>" class="button">&nbsp;&nbsp;

0 commit comments

Comments
 (0)