Skip to content

Commit 40f7ae0

Browse files
committed
Less world-ending-esq notice for development builds
1 parent 17bfcc1 commit 40f7ae0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

resources/views/layouts/admin.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<body>
4242
<div class="container">
4343
<div class="alert alert-danger" style="margin:10px auto -20px;">
44-
<strong>Warning:</strong> You are running a developmental build of Pterodactyl Panel. Do not under any circumstances run this on a live environment. We cannot be held liable for any damages caused to your system by this panel.
44+
<strong>Notice:</strong> You are running a developmental build of Pterodactyl Panel. Please report any bugs on our <a href="https://github.com/Pterodactyl/Panel/issues" target="_blank">Issue Tracker</a>.
4545
</div>
4646
<div class="navbar navbar-default">
4747
<div class="navbar-header">
@@ -65,7 +65,7 @@
6565
</ul>
6666
</li>
6767
<li class="dropdown">
68-
<a href="#" class="dropdown-toggle" data-toggle="dropdown">users <b class="caret"></b></a>
68+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Users <b class="caret"></b></a>
6969
<ul class="dropdown-menu">
7070
<li><a href="/admin/users">Find Account</a></li>
7171
<li><a href="/admin/users/new">New Account</a></li>

resources/views/layouts/master.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<body>
158158
<div class="container">
159159
<div class="alert alert-danger" style="margin:10px auto -20px;">
160-
<strong>Warning:</strong> You are running a developmental build of Pterodactyl Panel. Do not under any circumstances run this on a live environment. We cannot be held liable for any damages caused to your system by this panel.
160+
<strong>Notice:</strong> You are running a developmental build of Pterodactyl Panel. Please report any bugs on our <a href="https://github.com/Pterodactyl/Panel/issues" target="_blank">Issue Tracker</a>.
161161
</div>
162162
<div class="navbar navbar-default">
163163
<div class="navbar-header">

0 commit comments

Comments
 (0)