Skip to content

Commit

Permalink
Remove in-sonora 'click here' text from raw notification
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcorvidae committed Sep 30, 2024
1 parent aff5e70 commit a52c295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const WarningSubjectFormat = "Analysis %s will terminate on %s (%s)."
// PeriodicMessageFormat is the parameterized message that gets sent to users
// when it's time to send a regular reminder the job is still running
// parameters: analysis name, current duration, duration until planned end date
const PeriodicMessageFormat = `Analysis "%s" has been running for %s and will stop in %s. You can terminate or extend the time limit here.`
const PeriodicMessageFormat = `Analysis "%s" has been running for %s and will stop in %s.`

// PeriodicSubjectFormat is the subject for the email that is sent
// to users as a regular reminder of a running job
Expand Down

0 comments on commit a52c295

Please sign in to comment.