Merge pull request #340 from MeltedLux/patch-1
fix typo on admin user view deletion notice
This commit is contained in:
commit
57a8888528
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
<h3 class="box-title">Delete User</h3>
|
||||
</div>
|
||||
<div class="box-body">
|
||||
<p class="no-margin">There most be no servers associated with this account in order for it to be deleted.</p>
|
||||
<p class="no-margin">There must be no servers associated with this account in order for it to be deleted.</p>
|
||||
</div>
|
||||
<div class="box-footer">
|
||||
<form action="{{ route('admin.users.view', $user->id) }}" method="POST">
|
||||
|
|
Loading…
Reference in a new issue