Skip to content

fix(ui): change phone booking display from Organizer Phone Number to Phone Call#27636

Merged
sahitya-chandra merged 2 commits intocalcom:mainfrom
evertonresende:fix/phone-booking-display-text
Feb 6, 2026
Merged

fix(ui): change phone booking display from Organizer Phone Number to Phone Call#27636
sahitya-chandra merged 2 commits intocalcom:mainfrom
evertonresende:fix/phone-booking-display-text

Conversation

@evertonresende
Copy link
Copy Markdown
Contributor

@evertonresende evertonresende commented Feb 4, 2026

Summary

  • Replaced the user-facing label "Organizer Phone Number" with "Phone Call" across booking UI, companion app, and i18n keys
  • The previous label exposed internal terminology that confused attendees on the booking page
  • Added new i18n key phone_call while preserving organizer_phone_number for backward compatibility

Changes

File What changed
packages/app-store/locations.ts Label changed from organizer_phone_number to phone_call; updated translateAbleKeys
apps/web/public/static/locales/en/common.json Added phone_call i18n key
companion/ files Updated hardcoded labels and display name mappings
EditLocationDialog.test.tsx Updated test assertions to match new label
event-types.e2e.ts Updated test comment

Test plan

  • Verify booking page shows Phone Call instead of Organizer Phone Number
  • Verify event type settings dropdown shows Phone Call for organizer phone location
  • Verify confirmation emails display Phone Call label
  • Run existing unit tests (EditLocationDialog.test.tsx)
  • Run E2E tests for event types

Closes #13010

…Phone Call

The label \"Organizer Phone Number\" was confusing for attendees on the
booking page, as it exposed internal terminology. Replaced with the
more user-friendly \"Phone Call\" label across the booking UI, companion
app, and test assertions.

Closes calcom#13010
@paragon-review
Copy link
Copy Markdown

paragon-review Bot commented Feb 4, 2026

Paragon Review Unavailable

Hi @evertonresende! To enable Paragon reviews on this repository, please register at https://home.polarity.cc

Once registered, connect your GitHub account and Paragon will automatically review your pull requests.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 4, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions Bot added community Created by Linear-GitHub Sync Low priority Created by Linear-GitHub Sync Stale ui area: UI, frontend, button, form, input ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work labels Feb 4, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 7 files

The phone_call key already existed in en/common.json (line 1685,
Cal.ai Voice Agent section). Removed the duplicate entry we added.

Found by ai-codex review.
@github-actions github-actions Bot removed the Stale label Feb 5, 2026
Copy link
Copy Markdown
Member

@sahitya-chandra sahitya-chandra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evertonresende, since the issue is related to ui, can you add a before and after loom of the fixes?

@evertonresende
Copy link
Copy Markdown
Contributor Author

@sahitya-chandra, here are the before/after screenshots:

Before (main branch):
Shows "Organizer phone number" on the booking page

after

After (this PR):
Shows "Phone call" - cleaner and more user-friendly

Pro Example

The change is visible on the public booking page when the organizer's phone number is set to not display publicly.

@sahitya-chandra sahitya-chandra added the run-ci Approve CI to run for external contributors label Feb 6, 2026
@sahitya-chandra sahitya-chandra enabled auto-merge (squash) February 6, 2026 15:24
@sahitya-chandra sahitya-chandra merged commit a71d62d into calcom:main Feb 6, 2026
102 of 113 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Created by Linear-GitHub Sync Low priority Created by Linear-GitHub Sync ⚡ Quick Wins A collection of quick wins/quick fixes that are less than 30 minutes of work ready-for-e2e run-ci Approve CI to run for external contributors size/S ui area: UI, frontend, button, form, input

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CAL-3953] Change phone bookings display from "Organizer Phone Number" to "Phone Call"

3 participants