This commit is contained in:
Thomas G 2022-08-28 12:32:41 +10:00
parent 2bd65a2fec
commit 75e80afc32
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
@endsection
@section('alert')
<div id="alert">Note that this page does not support joining yet. If you would like to join your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
<div id="alert">Note that this page does not support joining yet. If you would like to play your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
@endsection
@section('content')

View File

@ -10,7 +10,7 @@
@endsection
@section('alert')
<div id="alert">Note that this page does not support joining yet. If you would like to join your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
<div id="alert">Note that this page does not support joining yet. If you would like to play your own game that you are currently hosting, <a onclick="openClientPopup('localhost','53640',null,'join')">click here</a>.</div>
@endsection
@section('content')