Merge pull request #2315 from alipgoldberg/setup/imessage-handle-copy

setup: drop "E.164" jargon from iMessage handle card
This commit is contained in:
gavrielc
2026-05-07 17:13:58 +03:00
committed by GitHub

View File

@@ -290,7 +290,8 @@ async function askOperatorHandle(): Promise<string> {
"What phone number or email do you iMessage with?", "What phone number or email do you iMessage with?",
"That's where your assistant will send its welcome message.", "That's where your assistant will send its welcome message.",
'', '',
k.dim(' • Phone: full E.164, e.g. +15551234567'), k.dim(' • Phone: start with + and your country code, no spaces or dashes'),
k.dim(' Example: +14155551234 (country code 1, then 4155551234)'),
k.dim(' • Email: whatever iMessage recognises (Apple ID, iCloud alias, …)'), k.dim(' • Email: whatever iMessage recognises (Apple ID, iCloud alias, …)'),
].join('\n'), ].join('\n'),
'Your iMessage handle', 'Your iMessage handle',