webadmin: fix typo on webpages (#1438)

Signed-off-by: CUI Hao <cuihao.leo@gmail.com>
This commit is contained in:
CUI Hao 2023-10-23 00:54:50 -07:00 committed by GitHub
parent fc460922ad
commit f1e52d99ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</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

View file

@ -114,7 +114,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<span aria-hidden="true">&times;</span> <span aria-hidden="true">&times;</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