diff --git a/server/utils/notifications.js b/server/utils/notifications.js index 36c337e02..00d88c0d8 100644 --- a/server/utils/notifications.js +++ b/server/utils/notifications.js @@ -34,7 +34,7 @@ module.exports.notificationData = { variables: ['completionTime', 'backupPath', 'backupSize', 'backupCount', 'removedOldest'], defaults: { title: 'Backup Completed', - body: 'Backup has been completed successfully.\n\nPath: {{backupPath}}\nSize: {{backupSize}}\nCount: {{backupCount}}\nRemoved Oldest: {{removedOldest}}' + body: 'Backup has been completed successfully.\n\nPath: {{backupPath}}\nSize: {{backupSize}} bytes\nCount: {{backupCount}}\nRemoved Oldest: {{removedOldest}}' }, testData: { completionTime: '12:00 AM',