Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ui: Rename "private messages" / "PMs" to "direct messages" / "DMs", etc. #5735

Merged
merged 1 commit into from
May 25, 2023

Conversation

chrisbobbe
Copy link
Contributor

As mentioned in the issue, there are various variable names that still use "private messages"; we're leaving those be for now.

PR #5728 is open for a related API migration: to use 'direct' instead of 'private' in POST /messages, when supported.

Fixes: #5731

@chrisbobbe chrisbobbe added P1 high-priority server release goal Things we should try to coordinate with a major Zulip Server release. labels May 23, 2023
@chrisbobbe chrisbobbe requested a review from gnprice May 23, 2023 06:26
Copy link
Member

@gnprice gnprice left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good except one comment where there were additional changes.

'Messages will be automatically marked as read only when viewing a single topic or private message conversation.',
'Messages will be automatically marked as read only when viewing a single-topic or direct-message conversation.',
Copy link
Member

Choose a reason for hiding this comment

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

This revised text suggests these are two kinds of conversations, and there are other kinds of conversations. I don't think that's a way we normally use "conversation".

The original text was intended to mean "viewing a single topic (as opposed to a whole stream), or viewing a (single) PM conversation". Could perhaps be clarified by adding one hyphen: "direct-message conversation" (or previously could have been "private-message conversation"). Or could expand it more wordily if that doesn't seem clear.

In the interest of getting this rename in, probably best to minimize the other wording changes and leave those for a possible followup.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah OK, right! Thanks for the catch; I'll make it so "private" to "direct" is the only change here.

As mentioned in the issue, there are various variable names that
still use "private messages"; we're leaving those be for now.

PR zulip#5728 is open for a related API migration: to use 'direct'
instead of 'private' in POST /messages, when supported.

Fixes: zulip#5731
@chrisbobbe chrisbobbe merged commit 63a917b into zulip:main May 25, 2023
@chrisbobbe chrisbobbe deleted the pr-ui-rename-pm-dm branch May 25, 2023 20:10
@chrisbobbe
Copy link
Contributor Author

Thanks for the review! Merged, with that fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 high-priority server release goal Things we should try to coordinate with a major Zulip Server release.
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Rename "private messages" to "direct messages"
2 participants