Skip to content

Commit 982aecc

Browse files
committed
Update theme-updater.blade.php
1 parent 1ca46a9 commit 982aecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/studio/theme-updater.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</div>
9191

9292
<?php
93-
try{ if($GLOBALS['updateAv'] == true) echo '<p class="mt-3 ml-3 h2""><span class="badge bg-success">{{__('messages.Update available')}}</span></p>';
93+
try{ if($GLOBALS['updateAv'] == true) echo '<p class="mt-3 ml-3 h2""><span class="badge bg-success">'.__('messages.Update available').'</span></p>';
9494
}catch(Exception $ex){}
9595
?>
9696

0 commit comments

Comments
 (0)