mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 16:22:45 +02:00
Fix typo on onTest notification body
This commit is contained in:
@@ -100,7 +100,7 @@ module.exports.notificationData = {
|
|||||||
variables: ['version'],
|
variables: ['version'],
|
||||||
defaults: {
|
defaults: {
|
||||||
title: 'Test Notification on Abs {{version}}',
|
title: 'Test Notification on Abs {{version}}',
|
||||||
body: 'Test notificataion body for abs {{version}}.'
|
body: 'Test notification body for abs {{version}}.'
|
||||||
},
|
},
|
||||||
testData: {
|
testData: {
|
||||||
version: 'v' + version
|
version: 'v' + version
|
||||||
|
|||||||
Reference in New Issue
Block a user