-
Notifications
You must be signed in to change notification settings - Fork 235
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
Say "DM" / "direct message" instead of "PM" / "private message", in code and UI #145
Comments
zulip-flutter/lib/api/model/events.dart Lines 718 to 724 in 1d24f6d
It appears that there are some additional instances of "private" for |
Hmm indeed, thanks. Rerunning the search command above, there's also It looks like both that and I'll open a new issue for it — I think it'll be easier to track the revived issue that way, since this old one was fixed a year ago. |
This is a change that happened in the web UI a few weeks after I started prototyping the Flutter app:
It's also happening in the server API, though necessarily more gradually. See summary at:
type
when sending direct/private messages. zulip-mobile#5725The code still reflects the old name, in identifiers and comments. We should update it to the new name; this is easier to do the sooner we do it.
While we're at it, we should handle occurrences in UI text, too. I think the only one of these so far is in recipient headers.
Out of scope for this issue is to use the new name in the actual API, in the places where it's accepted. That's tracked as part of:
To find places to update, use the following search:
That currently finds 43 lines, of which it looks like
The text was updated successfully, but these errors were encountered: