Browse Source

Edit message if server count does not match

ok236449 2 năm trước cách đây
mục cha
commit
f43565b1c7
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      resources/views/admin/overview/index.blade.php

+ 2 - 1
resources/views/admin/overview/index.blade.php

@@ -173,7 +173,8 @@
                                     <h5><i class="icon fas fa-exclamation-circle"></i>{{ __('Error!') }}</h5>
                                     <p class="">
                                         {{ __('You reached the Pterodactyl perPage limit. Please make sure to set it higher than your server count.') }}<br>
-                                        {{ __('You can do that in settings.') }}
+                                        {{ __('You can do that in settings.') }}<br>
+                                        {{ __('Note') }}: {{ __('If this error persists even after changing the limit, it might mean a server was deleted on Pterodactyl, but not on ControlPanel.') }}
                                     </p>
                                 </div>
                             @endif