Skip to content

Commit 51d8e9b

Browse files
bchapuisclaude
andcommitted
Rename WABA ID to WhatsApp Business Account ID in bot UI
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4347439 commit 51d8e9b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/app/src/components/workflow/widgets/input/whatsapp-account-create-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export function WhatsAppAccountCreateDialog({
245245

246246
<div className="space-y-1.5">
247247
<Label htmlFor="whatsapp-waba-id">
248-
WABA ID{" "}
248+
WhatsApp Business Account ID{" "}
249249
<span className="text-muted-foreground font-normal">
250250
(optional)
251251
</span>

apps/app/src/pages/bot-whatsapp-detail-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function BotWhatsAppDetailPage() {
8484
mono
8585
/>
8686
<DetailRow
87-
label="WABA ID"
87+
label="WhatsApp Business Account ID"
8888
value={whatsappAccount.wabaId || "---"}
8989
mono
9090
/>

apps/app/src/pages/bot-whatsapp-edit-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function BotWhatsAppEditDialog({
147147

148148
<div className="space-y-1.5">
149149
<Label htmlFor="edit-waba-id">
150-
WABA ID{" "}
150+
WhatsApp Business Account ID{" "}
151151
<span className="text-muted-foreground font-normal">
152152
(optional)
153153
</span>

0 commit comments

Comments
 (0)