mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
webadmin: fix typo on webpages (#1438)
Signed-off-by: CUI Hao <cuihao.leo@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user