浏览代码

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