Skip to content

Commit 9c618c5

Browse files
committed
fix issue with radarr using the wrong i18n id for the connected notifications
1 parent 80d045a commit 9c618c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

connections/radarr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (r *Radarr) Connect() (bool, string) {
8686

8787
if status.Version != "" {
8888
message := r.Localizer.MustLocalize(&i18n.LocalizeConfig{
89-
MessageID: "ArrNoOp",
89+
MessageID: "ArrConnected",
9090
TemplateData: map[string]interface{}{
9191
"Service": "Radarr",
9292
},

0 commit comments

Comments
 (0)