Skip to content

Commit 2c50b41

Browse files
alexlivekitiKristy
andauthored
PR suggestion
Co-authored-by: Kristy Marcinova <kristy.m@me.com>
1 parent d5975f3 commit 2c50b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sip/sip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ func (v *DispatchRuleValidator) Validate(r *livekit.SIPDispatchRuleInfo) error {
216216
continue
217217
}
218218
return twirp.NewErrorf(twirp.InvalidArgument,
219-
"Dispatch rule for the same trunk, number, and pin combination already exists in dispatch rule %q %q",
219+
"Dispatch rule for the same trunk, number, and PIN combination already exists in dispatch rule %q %q",
220220
printID(r2.SipDispatchRuleId), printName(r2.Name))
221221
}
222222
v.byRuleKey[key] = r

0 commit comments

Comments
 (0)