Update theme-updater.blade.php
This commit is contained in:
parent
1ca46a92b4
commit
982aecc97b
|
@ -90,7 +90,7 @@
|
|||
</div>
|
||||
|
||||
<?php
|
||||
try{ if($GLOBALS['updateAv'] == true) echo '<p class="mt-3 ml-3 h2""><span class="badge bg-success">{{__('messages.Update available')}}</span></p>';
|
||||
try{ if($GLOBALS['updateAv'] == true) echo '<p class="mt-3 ml-3 h2""><span class="badge bg-success">'.__('messages.Update available').'</span></p>';
|
||||
}catch(Exception $ex){}
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue