fix: 📝 Undo Naming
This commit is contained in:
parent
34bd88a4f6
commit
9ad2954f0e
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ class ServerController extends Controller
|
||||||
|
|
||||||
return redirect()->route('servers.index')->with('success', __('Server removed'));
|
return redirect()->route('servers.index')->with('success', __('Server removed'));
|
||||||
} catch (Exception $e) {
|
} 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…
Reference in a new issue