Update routers-edit.tpl

This commit is contained in:
Ahmad Husein
2024-10-23 19:04:24 +07:00
committed by GitHub
parent 60188c736b
commit 8347a982c5

View File

@ -78,7 +78,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 process of adding the Router?')" type="submit">{Lang::T('Save Changes')}</button>
<button class="btn btn-primary" onclick="return confirm('Continue the process of changing Routers?')" type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}routers/list">{Lang::T('Cancel')}</a>
</div>
</div>