diff --git a/static/templates/message_info_popover_title.handlebars b/static/templates/message_info_popover_title.handlebars index f08a4840a8..e69de29bb2 100644 --- a/static/templates/message_info_popover_title.handlebars +++ b/static/templates/message_info_popover_title.handlebars @@ -1,6 +0,0 @@ -{{! Title of the "message actions" popup }} -{{#if message.is_stream}} - {{#tr this}}Message to stream __message.stream__{{/tr}} -{{else}} - {{t "Private message" }} -{{/if}}