1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-03-24 07:20:20 +01:00

Update theme-updater.blade.php

This commit is contained in:
Julian Prieber 2023-06-15 19:54:43 +02:00
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){}
?>