@@ -28,11 +28,10 @@ const STEP_TITLES: Record<Step, string> = {
2828const STEP_DESCRIPTIONS : Record < Step , string > = {
2929 name : "Choose a display name to identify this WhatsApp account in Dafthunk." ,
3030 "app-secret" :
31- "Copy the App Secret from your Meta app. Navigate to App Settings > Basic in the Meta Developer Portal." ,
31+ "Copy the App Secret from your Meta app. Navigate to Apps > App Settings > Basic in the Meta Developer Portal." ,
3232 "api-credentials" :
3333 "Copy your Access Token and Phone Number ID from the WhatsApp API Setup page in the Meta Developer Portal." ,
34- setup :
35- "Your account is ready. Follow these steps to complete the setup." ,
34+ setup : "Your account is ready. Follow these steps to complete the setup." ,
3635} ;
3736
3837const META_PORTAL_URL = "https://developers.facebook.com/apps/" ;
@@ -169,7 +168,7 @@ export function WhatsAppAccountCreateDialog({
169168 < p className = "text-xs text-muted-foreground" >
170169 Find this at{ " " }
171170 < span className = "font-medium text-foreground" >
172- App Settings > Basic
171+ Apps > App Settings > Basic
173172 </ span > { " " }
174173 in the Meta Developer Portal. Click{ " " }
175174 < span className = "font-medium text-foreground" > Show</ span > next
@@ -210,12 +209,12 @@ export function WhatsAppAccountCreateDialog({
210209 < p className = "text-xs text-muted-foreground" >
211210 Find this at{ " " }
212211 < span className = "font-medium text-foreground" >
213- WhatsApp > API Setup
212+ Apps > Use cases > WhatsApp > API Setup
214213 </ span > { " " }
215214 under the temporary access token section, or generate a
216215 permanent token via{ " " }
217216 < span className = "font-medium text-foreground" >
218- Business Settings > System Users
217+ Business > Settings > System Users
219218 </ span >
220219 .
221220 </ p >
@@ -237,7 +236,7 @@ export function WhatsAppAccountCreateDialog({
237236 < p className = "text-xs text-muted-foreground" >
238237 Find this at{ " " }
239238 < span className = "font-medium text-foreground" >
240- WhatsApp > API Setup
239+ Apps > Use cases > WhatsApp > API Setup
241240 </ span >
242241 . Select your phone number from the dropdown — the numeric ID
243242 appears below it. This is not the phone number itself.
0 commit comments