Skip to content

Commit 53b0754

Browse files
committed
Update update.blade.php
1 parent 4258d06 commit 53b0754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/update.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
<div class="logo-container fadein">
1818
<img class="logo-img" src="{{ asset('assets/linkstack/images/logo.svg') }}" alt="Logo">
1919
</div>
20-
<h1>Updater</h1>
20+
<h1>{{__('message.Updater')}}</h1>
2121
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
2222
@if(env('JOIN_BETA') === true)
23-
<p><?php echo __(message.latest beta version)."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
23+
<p><?php echo __('message.latest beta version')."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
2424
<p><?php if(file_exists(base_path("vbeta.json"))) {echo __('messages.Installed beta version')."= " . file_get_contents(base_path("vbeta.json"));} else {echo __('messages.Installed beta version')."= ".__('messages.none');} ?></p>
2525
<p><?php if($Vgit > $Vlocal) {echo __('messages.You need to update to the latest mainline release');} else {echo __("messages.You’re running the latest mainline release");} ?></p>
2626
@else
@@ -33,7 +33,7 @@
3333
</div>
3434
@else
3535
@if(env('JOIN_BETA') === true)
36-
<p><?php echo __(message.latest beta version)."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
36+
<p><?php echo __('message.latest beta version')."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
3737
<p><?php if(file_exists(base_path("vbeta.json"))) {echo __('messages.Installed beta version')."= " . file_get_contents(base_path("vbeta.json"));} else {echo __('messages.Installed beta version')."= ".__('messages.none');} ?></p>
3838
<p><?php if($Vgit > $Vlocal) {echo __('messages.You need to update to the latest mainline release');} else {echo __("messages.You’re running the latest mainline release");} ?></p>
3939
@else
@@ -212,7 +212,7 @@
212212
</div>
213213
<h1>{{__('messages.Success!')}}</h1>
214214
@if(env('JOIN_BETA') === true)
215-
<p><?php echo __(message.latest beta version)."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
215+
<p><?php echo __('message.latest beta version')."= " . external_file_get_contents("https://beta.linkstack.org/vbeta.json"); ?></p>
216216
<p><?php if(file_exists(base_path("vbeta.json"))) {echo __('messages.Installed beta version')."= " . file_get_contents(base_path("vbeta.json"));} else {echo __('messages.Installed beta version')."= ".__('messages.none');} ?></p>
217217
<p><?php if($Vgit > $Vlocal) {echo __('messages.You need to update to the latest mainline release');} else {echo __("messages.You’re running the latest mainline release");} ?></p>
218218
@else

0 commit comments

Comments
 (0)