Skip to content

Conversation

@MritunjayTiwari14
Copy link
Contributor

Fixes #2035.

After investigation of several mainstream app and their UI like IPhone's Phone UI(caller id display), Truecaller(for hidden and private numbers) and Whatsapp(For showing Unknown caller's name), they uses plain fallback label like “Unknown …” (no parentheses).

Copilot AI review requested due to automatic review settings December 13, 2025 14:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes parentheses from the "unknown channel" and "unknown user" labels to align with mainstream app UI conventions (iPhone, Truecaller, WhatsApp), which use plain fallback labels without parentheses.

  • Removed parentheses from "unknown channel" and "unknown user" strings
  • Updated main localization file and all generated localization files

Reviewed changes

Copilot reviewed 1 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
assets/l10n/app_en.arb Updated source English localization strings for unknown channel and user names
lib/generated/l10n/zulip_localizations.dart Updated documentation comments for the generated localization methods
lib/generated/l10n/zulip_localizations_en.dart Updated English localization implementation
lib/generated/l10n/zulip_localizations_ar.dart Updated Arabic localization implementation
lib/generated/l10n/zulip_localizations_el.dart Updated Greek localization implementation
lib/generated/l10n/zulip_localizations_es.dart Updated Spanish localization implementation
lib/generated/l10n/zulip_localizations_fr.dart Updated French localization implementation
lib/generated/l10n/zulip_localizations_he.dart Updated Hebrew localization implementation
lib/generated/l10n/zulip_localizations_hu.dart Updated Hungarian localization implementation
lib/generated/l10n/zulip_localizations_nb.dart Updated Norwegian Bokmål localization implementation
lib/generated/l10n/zulip_localizations_sk.dart Updated Slovak localization implementation
lib/generated/l10n/zulip_localizations_zh.dart Updated Chinese localization implementation

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

}
},
"unknownUserName": "(unknown user)",
"unknownUserName": "unknown user",
Copy link

Copilot AI Dec 13, 2025

Choose a reason for hiding this comment

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

Inconsistent capitalization: unknownChannelName is capitalized as "Unknown channel" while unknownUserName is lowercase as "unknown user". For consistency, both should use the same capitalization style. Consider changing this to "Unknown user" to match "Unknown channel".

Suggested change
"unknownUserName": "unknown user",
"unknownUserName": "Unknown user",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

msglist: Show "(unknown channel)" and "(unknown user)" differently in app bar

1 participant