refactor: align message target wording

This commit is contained in:
Peter Steinberger
2026-01-17 04:18:59 +00:00
parent 9a60d431c5
commit 8ebfa2950d
18 changed files with 27 additions and 27 deletions

View File

@@ -316,7 +316,7 @@ export const whatsappPlugin: ChannelPlugin<ResolvedWhatsAppAccount> = {
return {
ok: false,
error: new Error(
"Delivering to WhatsApp requires --to <E.164|group JID> or channels.whatsapp.allowFrom[0]",
"Delivering to WhatsApp requires target <E.164|group JID> or channels.whatsapp.allowFrom[0]",
),
};
}
@@ -341,7 +341,7 @@ export const whatsappPlugin: ChannelPlugin<ResolvedWhatsAppAccount> = {
return {
ok: false,
error: new Error(
"Delivering to WhatsApp requires --to <E.164|group JID> or channels.whatsapp.allowFrom[0]",
"Delivering to WhatsApp requires target <E.164|group JID> or channels.whatsapp.allowFrom[0]",
),
};
},