webadmin: fix typo on webpages (#1438)
Signed-off-by: CUI Hao <cuihao.leo@gmail.com>
This commit is contained in:
parent
fc460922ad
commit
f1e52d99ba
2 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">Do you want to remoce the selected entry?</div>
|
<div class="modal-body">Do you want to remove the selected entry?</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button class="btn btn-secondary" type="button" data-dismiss="modal">
|
<button class="btn btn-secondary" type="button" data-dismiss="modal">
|
||||||
Cancel
|
Cancel
|
||||||
|
|
|
@ -114,7 +114,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
<span aria-hidden="true">×</span>
|
<span aria-hidden="true">×</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">Do you want to remoce the selected entry?</div>
|
<div class="modal-body">Do you want to remove the selected entry?</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button class="btn btn-secondary" type="button" data-dismiss="modal">
|
<button class="btn btn-secondary" type="button" data-dismiss="modal">
|
||||||
Cancel
|
Cancel
|
||||||
|
|
Loading…
Reference in a new issue