From 3ac8f52a730616c399c9d197042967de9e6c43f5 Mon Sep 17 00:00:00 2001 From: hackerkid Date: Sat, 4 Mar 2017 02:21:57 +0530 Subject: [PATCH] Remove title of message info popup. --- static/templates/message_info_popover_title.handlebars | 6 ------ 1 file changed, 6 deletions(-) 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}}