mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
webadmin: fix typo on webpages (#1438)
Signed-off-by: CUI Hao <cuihao.leo@gmail.com>
This commit is contained in:
parent
f5d64a1a8a
commit
cd953e6794
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</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">
|
||||
<button class="btn btn-secondary" type="button" data-dismiss="modal">
|
||||
Cancel
|
||||
|
|
|
@ -119,7 +119,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
</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">
|
||||
<button class="btn btn-secondary" type="button" data-dismiss="modal">
|
||||
Cancel
|
||||
|
|
Loading…
Reference in a new issue