diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 90211d456f..b06eb9394a 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -1416,6 +1416,11 @@ td.pointer { width: 16px; height: 16px; } + + .private_message_header_name { + overflow: hidden; + text-overflow: ellipsis; + } } } diff --git a/web/templates/draft.hbs b/web/templates/draft.hbs index 0c5d555864..54977a55bf 100644 --- a/web/templates/draft.hbs +++ b/web/templates/draft.hbs @@ -24,7 +24,7 @@
diff --git a/web/templates/recipient_row.hbs b/web/templates/recipient_row.hbs index 2528c516c5..26263a6bd3 100644 --- a/web/templates/recipient_row.hbs +++ b/web/templates/recipient_row.hbs @@ -76,7 +76,7 @@ href="{{pm_with_url}}" data-tippy-content="{{t 'Go to direct messages with {display_reply_to}' }}"> - {{t "You and {display_reply_to}" }} + {{{date}}} diff --git a/web/templates/scheduled_message.hbs b/web/templates/scheduled_message.hbs index 4c7dd4b157..b1ecbc99e4 100644 --- a/web/templates/scheduled_message.hbs +++ b/web/templates/scheduled_message.hbs @@ -25,7 +25,7 @@