fix(ui): change phone booking display from Organizer Phone Number to Phone Call#27636
Merged
sahitya-chandra merged 2 commits intocalcom:mainfrom Feb 6, 2026
Merged
Conversation
…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 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. |
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.
Member
sahitya-chandra
left a comment
There was a problem hiding this comment.
@evertonresende, since the issue is related to ui, can you add a before and after loom of the fixes?
Contributor
Author
|
@sahitya-chandra, here are the before/after screenshots: Before (main branch): After (this PR):
The change is visible on the public booking page when the organizer's phone number is set to not display publicly. |
sahitya-chandra
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Changes
Test plan
Closes #13010