Explorar o código

fix: 📝 Undo Naming

IceToast %!s(int64=2) %!d(string=hai) anos
pai
achega
dbbdfaa623
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Http/Controllers/ServerController.php

+ 1 - 1
app/Http/Controllers/ServerController.php

@@ -210,7 +210,7 @@ class ServerController extends Controller
             $server->delete();
             return redirect()->route('servers.index')->with('success', __('Server removed'));
         } catch (Exception $e) {
-            return redirect()->route('servers.index')->with('error', __('An exception has occurred while trying to delete the server"') . $e->getMessage() . '"');
+            return redirect()->route('servers.index')->with('error', __('An exception has occurred while trying to remove a resource"') . $e->getMessage() . '"');
         }
     }