Update theme-updater.blade.php

This commit is contained in:
Julian Prieber 2023-06-15 19:54:43 +02:00
parent 1ca46a92b4
commit 982aecc97b
1 changed files with 1 additions and 1 deletions

View File

@ -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){}
?>