Update language-add.tpl

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

View File

@ -18,7 +18,7 @@
{/foreach}
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10">
<button class="btn btn-primary" onclick="return confirm('Continue the language creation process?')"
<button class="btn btn-primary" onclick="return confirm('Continue the process of adding Languages?')"
type="submit">{Lang::T('Save Changes')}</button>
Or <a href="{$_url}settings/localisation">{Lang::T('Cancel')}</a>
</div>