storagenode/reputation: clarify wording on suspension notification (#4921)
Fixes https://github.com/storj/storj/issues/4920
This commit is contained in:
parent
b7fd6a70fb
commit
fd042a92b9
@ -80,7 +80,7 @@ func newSuspensionNotification(satelliteID storj.NodeID, senderID storj.NodeID,
|
||||
return notifications.NewNotification{
|
||||
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",
|
||||
Title: "Your Node is suspended since " + time.String(),
|
||||
Message: "This is a reminder that your StorageNode is suspended on Satellite " + satelliteID.String(),
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user