Update hotspot-edit.tpl

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

View File

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