Update pool-add.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 19:27:44 +07:00 committed by GitHub
parent d14599f720
commit 36162381cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,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 IP Pool creation process?')" type="submit">{Lang::T('Save Changes')}</button>
<button class="btn btn-primary" onclick="return confirm('Continue the Pool addition process?')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}pool/list">{Lang::T('Cancel')}</a>
</div>
</div>