Update hotspot-add.tpl

This commit is contained in:
Ahmad Husein 2024-10-23 18:53:25 +07:00 committed by GitHub
parent 3adfd2f2c3
commit b835520ccf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@
</span> </span>
<div class="form-group"> <div class="form-group">
<div class="col-md-offset-2 col-md-10"> <div class="col-md-offset-2 col-md-10">
<button class="btn btn-success" onclick="return confirm('Continue the process of creating a Hotspot package?')" type="submit">{Lang::T('Save Changes')}</button> <button class="btn btn-success" onclick="return confirm('Continue the Hotspot Package creation process?')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}services/hotspot">{Lang::T('Cancel')}</a> Or <a href="{$_url}services/hotspot">{Lang::T('Cancel')}</a>
</div> </div>
</div> </div>