diff --git a/storagenode/reputation/service.go b/storagenode/reputation/service.go index d5b4c2fd4..ac3591c72 100644 --- a/storagenode/reputation/service.go +++ b/storagenode/reputation/service.go @@ -81,6 +81,6 @@ func newSuspensionNotification(satelliteID storj.NodeID, senderID storj.NodeID, SenderID: senderID, Type: notifications.TypeSuspension, Title: "Your Node was suspended " + time.String(), - Message: "This is a reminder that your StorageNode on " + satelliteID.String() + "Satellite is suspended", + Message: "This is a reminder that your StorageNode on " + satelliteID.String() + " Satellite is suspended", } }