mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-31 15:51:32 +00:00
Fix typo on onTest notification body
This commit is contained in:
parent
aacdcc47ec
commit
e70e4b9d40
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue