fix: 📝 Undo Naming

This commit is contained in:
IceToast 2022-07-22 04:15:40 +02:00 committed by IceToast
parent 34bd88a4f6
commit 9ad2954f0e
No known key found for this signature in database
GPG key ID: 1464353E063A5B97

View file

@ -246,7 +246,7 @@ class ServerController extends Controller
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() . '"');
}
}