Skip to content

Commit

Permalink
fix(radarr-settings): 🐛 Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar authored Jan 24, 2023
1 parent b55cad0 commit 4a50a00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</div>
<div class="md-form-field">
<mat-slide-toggle formControlName="sendUserTags" id="sendUserTags">Add the user as a tag</mat-slide-toggle>
<small><br>This will add the username of the requesting user as a tag in Sonarr. If the tag doesn't exist, Ombi will create it.</small>
<small><br>This will add the username of the requesting user as a tag in Radarr. If the tag doesn't exist, Ombi will create it.</small>
</div>
<div class="md-form-field" >
<mat-slide-toggle formControlName="addOnly">
Expand Down Expand Up @@ -118,4 +118,4 @@
</div>
</div>
</div>
</div>
</div>

0 comments on commit 4a50a00

Please sign in to comment.