Update 404.tpl

This commit is contained in:
Ahmad Husein 2024-08-15 10:21:10 +07:00 committed by GitHub
parent 62867c0559
commit f238bf7a76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
<div class="page page-err clearfix">
<div class="err-container">
<h1 class="m404 mb0">404 <a href="{$_url}home" class="ion ion-forward" title="go to dashboard"></a></h1>
<p class="text-desc mb20">Coming Soon!! Next Version...</p>
<h1 class="m404 mb0">404 <a href="{$_url}home" class="ion ion-forward" title="Go to Dashboard"></a></h1>
<p class="text-desc mb20">{Lang::T('Coming Soon! Next Version...')}</p>
</div>
</div>