fix: 📝 Undo Naming

This commit is contained in:
IceToast 2022-07-22 04:15:40 +02:00
parent 7369e8a643
commit dbbdfaa623

View file

@ -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() . '"');
}
}