Skip to content

fix(chats): rename "Private Message" placeholder to "Direct Message"#234

Merged
Avi0n merged 1 commit into
Avi0n:devfrom
mikewren:fix/direct-message-placeholder
Mar 8, 2026
Merged

fix(chats): rename "Private Message" placeholder to "Direct Message"#234
Avi0n merged 1 commit into
Avi0n:devfrom
mikewren:fix/direct-message-placeholder

Conversation

@mikewren

Copy link
Copy Markdown
Contributor

Summary

  • Changes the chat input placeholder text from "Private Message" to "Direct Message" to align with standard MeshCore ecosystem terminology

Changes

  • Chats.strings: Updated localization string chats.input.placeholder.directMessage
  • L10n.swift: Regenerated via SwiftGen

Test plan

  • Verified placeholder text displays "Direct Message" in the simulator on the direct message chat screen
  • swiftlint lint passes with no new warnings
  • SwiftGen regeneration successful

🤖 Generated with Claude Code

Aligns chat input placeholder text with the terminology used
throughout the MeshCore ecosystem.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Avi0n

Avi0n commented Feb 26, 2026

Copy link
Copy Markdown
Owner

I agree this is a change worth making in the future. Before doing this, I would like to add a visual indicator to let the user know at a glance whether they are sending an encrypted private message or not. Perhaps a padlock icon.

Could you create an issue for this renaming? When I get around to it, I would like to make this change so I can replace all the translations as well.

@mikewren

Copy link
Copy Markdown
Contributor Author

Issue added as #237 .

@Avi0n

Avi0n commented Mar 8, 2026

Copy link
Copy Markdown
Owner

Padlocks added in 31a885a, so I can merge this now. Thanks!

@Avi0n Avi0n merged commit b32638c into Avi0n:dev Mar 8, 2026
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.

2 participants