Fix Sonarr typo

This commit is contained in:
HaveAGitGat 2024-05-08 06:43:30 +01:00
parent 50d628da95
commit 2ae3c8ba64

View file

@ -58,11 +58,11 @@ const details = (): IpluginDetails => ({
outputs: [ outputs: [
{ {
number: 1, number: 1,
tooltip: 'Radarr or Sonnar notified', tooltip: 'Radarr or Sonarr notified',
}, },
{ {
number: 2, number: 2,
tooltip: 'Radarr or Sonnar do not know this file', tooltip: 'Radarr or Sonarr do not know this file',
}, },
], ],
}); });