Skip to content

Commit 4ba6dab

Browse files
committed
Update update.blade.php
1 parent 892d0c1 commit 4ba6dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/update.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<img class="logo-img" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo">
1919
<div class="logo-centered">l</div>
2020
</div>
21-
<h1>Windows Updater</h1>
21+
<h1>Updater</h1>
2222
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
2323
@if(env('JOIN_BETA') === true)
2424
<p><?php echo "latest beta version= " . file_get_contents("https://update.littlelink-custom.com/beta/vbeta.json"); ?></p>

0 commit comments

Comments
 (0)