fix: 📝 Undo Naming
This commit is contained in:
parent
7369e8a643
commit
dbbdfaa623
1 changed files with 1 additions and 1 deletions
|
@ -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() . '"');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue