Fix Sonarr typo

This commit is contained in:
HaveAGitGat 2024-05-08 06:48:09 +01:00
parent 1bc2afb4bc
commit ac32fd8075

View file

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