Update update.blade.php
This commit is contained in:
parent
4c9a9558f5
commit
398e4f59d1
|
@ -17,7 +17,7 @@
|
|||
<div class="logo-container fadein">
|
||||
<img class="logo-img" src="{{ asset('assets/linkstack/images/logo.svg') }}" alt="Logo">
|
||||
</div>
|
||||
<h1>{{__('message.Updater')}}</h1>
|
||||
<h1>{{__('messages.Updater')}}</h1>
|
||||
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
|
||||
@if(env('JOIN_BETA') === true)
|
||||
<p><?php echo __('messages.Latest beta version')."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
|
||||
|
|
Loading…
Reference in New Issue