diff --git a/haven-notify/README.md b/haven-notify/README.md index 7c4813a..11d8dfe 100644 --- a/haven-notify/README.md +++ b/haven-notify/README.md @@ -32,7 +32,7 @@ It's built in Go and can be deployed as a container or managed service. ```json { "title": "Notification Title", - "message": "Notification Message", + "asset": "Notification Asset Name", "backupSizeInMB": 500, "extra": [ { diff --git a/haven-notify/template/backup.tmpl b/haven-notify/template/backup.tmpl index 8fed3c0..af76949 100644 --- a/haven-notify/template/backup.tmpl +++ b/haven-notify/template/backup.tmpl @@ -7,12 +7,12 @@ Variables expected: - .extra: Optional array of additional fields with .name and .value Template Functions Available: -- formatSize: Formats size in MB/GiB automatically +- formatSize: Formats size in MB/GB automatically */}} { "embeds": [ { - "title": "📦 Docker Backup - {{.title}}", + "title": "📦 Backup - {{.title}}", "description": "**{{.asset}}** has been backup-ed successfully! ✅🫡\n", "color": 3066993, "fields": [