Skip to content

Commit f1e52d9

Browse files
authored
webadmin: fix typo on webpages (#1438)
Signed-off-by: CUI Hao <[email protected]>
1 parent fc46092 commit f1e52d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/webadmin/defender.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h5 class="modal-title" id="deleteModalLabel">
6666
<span aria-hidden="true">&times;</span>
6767
</button>
6868
</div>
69-
<div class="modal-body">Do you want to remoce the selected entry?</div>
69+
<div class="modal-body">Do you want to remove the selected entry?</div>
7070
<div class="modal-footer">
7171
<button class="btn btn-secondary" type="button" data-dismiss="modal">
7272
Cancel

templates/webadmin/iplists.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h5 class="modal-title" id="deleteModalLabel">
114114
<span aria-hidden="true">&times;</span>
115115
</button>
116116
</div>
117-
<div class="modal-body">Do you want to remoce the selected entry?</div>
117+
<div class="modal-body">Do you want to remove the selected entry?</div>
118118
<div class="modal-footer">
119119
<button class="btn btn-secondary" type="button" data-dismiss="modal">
120120
Cancel

0 commit comments

Comments
 (0)