mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
private-messages: Update frontend strings to use "direct message" or "DM".
Updates frontend user-facing strings with "private message" or "PM" to use "direct message" or "DM" respectively instead. Note that this updates translated strings as well as a few that are not translated like search suggestions. Updates `tools/lib/capitalization.py` for some specific strings that are impacted by these changes, and removes "PM" and "PMs" from checked strings.
This commit is contained in:
committed by
Tim Abbott
parent
017b05fd84
commit
42775219b3
@@ -65,7 +65,7 @@ function update_conversation_button(btn_text, title) {
|
||||
|
||||
function update_buttons(text_stream) {
|
||||
const title_stream = text_stream + " (c)";
|
||||
const text_conversation = $t({defaultMessage: "New private message"});
|
||||
const text_conversation = $t({defaultMessage: "New direct message"});
|
||||
const title_conversation = text_conversation + " (x)";
|
||||
update_stream_button(text_stream, title_stream);
|
||||
update_conversation_button(text_conversation, title_conversation);
|
||||
|
||||
Reference in New Issue
Block a user