storagenode/reputation: fix missing space in suspension message (#4309)
Fix missing space in the suspended message Co-authored-by: Stefan Benten <mail@stefan-benten.de>
This commit is contained in:
parent
9a37399346
commit
4762493e0f
@ -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",
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user