Skip to content

Commit

Permalink
Fix Sonarr typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaveAGitGat committed May 8, 2024
1 parent 50d628d commit 2ae3c8b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,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',
},
],
});
Expand Down

0 comments on commit 2ae3c8b

Please sign in to comment.