Skip to content

Commit 57a8888

Browse files
authored
Merge pull request pterodactyl#340 from MeltedLux/patch-1
fix typo on admin user view deletion notice
2 parents 171f25b + 887c859 commit 57a8888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/themes/pterodactyl/admin/users/view.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<h3 class="box-title">Delete User</h3>
150150
</div>
151151
<div class="box-body">
152-
<p class="no-margin">There most be no servers associated with this account in order for it to be deleted.</p>
152+
<p class="no-margin">There must be no servers associated with this account in order for it to be deleted.</p>
153153
</div>
154154
<div class="box-footer">
155155
<form action="{{ route('admin.users.view', $user->id) }}" method="POST">

0 commit comments

Comments
 (0)