Update port-edit.tpl

This commit is contained in:
Ahmad Husein 2025-01-19 14:17:14 +07:00 committed by GitHub
parent 88bb3a29f1
commit 4dd190a61d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-success" onclick="return ask(this, 'Continue the Port change process?')" type="submit">{Lang::T('Save Changes')}</button>
<button class="btn btn-success" onclick="return ask(this, '{Lang::T("Continue the Port change process?")}')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}pool/port">{Lang::T('Cancel')}</a>
</div>
</div>