mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Fix default text on Tautulli update notification
This commit is contained in:
parent
0b95c9fe2e
commit
ab157d1c0e
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ def available_notification_actions():
|
||||||
'name': 'on_plexpyupdate',
|
'name': 'on_plexpyupdate',
|
||||||
'description': 'Trigger a notification when an update for the Tautulli is available.',
|
'description': 'Trigger a notification when an update for the Tautulli is available.',
|
||||||
'subject': 'Tautulli ({server_name})',
|
'subject': 'Tautulli ({server_name})',
|
||||||
'body': 'An update is available for Tautulli (version {plexpy_update_version}).',
|
'body': 'An update is available for Tautulli (version {tautulli_update_version}).',
|
||||||
'icon': 'fa-refresh',
|
'icon': 'fa-refresh',
|
||||||
'media_types': ('server',)
|
'media_types': ('server',)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue