Update bandwidth-add.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 18:40:08 +07:00 committed by GitHub
parent da541595a4
commit e7f4c88648
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-primary" onclick="return confirm('Continue the Bandwidth creation process?')" type="submit">{Lang::T('Save')}</button>
<button class="btn btn-primary" onclick="return confirm('Continue the Bandwidth addition process?')" type="submit">{Lang::T('Save')}</button>
Or <a href="{$_url}bandwidth/list">{Lang::T('Cancel')}</a>
</div>
</div>