소스 검색

Edit message if server count does not match

ok236449 2 년 전
부모
커밋
f43565b1c7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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