Fix typo on onTest notification body

This commit is contained in:
advplyr
2026-05-30 15:43:50 -05:00
parent aacdcc47ec
commit e70e4b9d40
+1 -1
View File
@@ -100,7 +100,7 @@ module.exports.notificationData = {
variables: ['version'],
defaults: {
title: 'Test Notification on Abs {{version}}',
body: 'Test notificataion body for abs {{version}}.'
body: 'Test notification body for abs {{version}}.'
},
testData: {
version: 'v' + version