Skip to content

Commit 3c5d412

Browse files
committed
refactor: Replace 'Private' with 'Direct'.
1 parent 373f320 commit 3c5d412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulipterminal/ui_tools/boxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __init__(self, view: Any) -> None:
9797
# don't include the user's own id in this list
9898
self.typing_recipient_user_ids: List[int]
9999

100-
# Private message recipient text entry, None if stream-box
100+
# Direct message recipient text entry, None if stream-box
101101
# or not initialized
102102
self.to_write_box: Optional[ReadlineEdit]
103103

0 commit comments

Comments
 (0)