diff --git a/web/styles/compose.css b/web/styles/compose.css
index af30c35ca3..df8cef8f52 100644
--- a/web/styles/compose.css
+++ b/web/styles/compose.css
@@ -83,13 +83,6 @@
opacity: 1;
}
-.narrow_to_compose_recipient_current_view_help {
- margin: 0;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
-}
-
.compose_table {
height: 100%;
display: flex;
diff --git a/web/templates/buddy_list_tooltip_content.hbs b/web/templates/buddy_list_tooltip_content.hbs
index 4aa23fb9b0..cb53e8201b 100644
--- a/web/templates/buddy_list_tooltip_content.hbs
+++ b/web/templates/buddy_list_tooltip_content.hbs
@@ -1,14 +1,14 @@
-
+
{{first_line}}
{{#if show_you}}
{{t "(you)" }}
{{/if}}
-
+
{{#if second_line}}
-
{{second_line}}
+ {{second_line}}
{{/if}}
{{#if third_line}}
-
{{third_line}}
+ {{third_line}}
{{/if}}
diff --git a/web/templates/change_visibility_policy_button_tooltip.hbs b/web/templates/change_visibility_policy_button_tooltip.hbs
index 58cb4c02b5..e96e63d175 100644
--- a/web/templates/change_visibility_policy_button_tooltip.hbs
+++ b/web/templates/change_visibility_policy_button_tooltip.hbs
@@ -1,5 +1,4 @@
diff --git a/web/templates/message_edit_notice_tooltip.hbs b/web/templates/message_edit_notice_tooltip.hbs
index f366a970bb..21697e95f8 100644
--- a/web/templates/message_edit_notice_tooltip.hbs
+++ b/web/templates/message_edit_notice_tooltip.hbs
@@ -1,6 +1,6 @@
{{edited_notice_str}}
{{#if realm_allow_edit_history}}
-
{{t 'Click to view edit history.' }}
+
{{t 'Click to view edit history.' }}
{{/if}}
diff --git a/web/templates/message_inline_image_tooltip.hbs b/web/templates/message_inline_image_tooltip.hbs
index 27dc83295b..6d7efe70d8 100644
--- a/web/templates/message_inline_image_tooltip.hbs
+++ b/web/templates/message_inline_image_tooltip.hbs
@@ -1,5 +1,4 @@
diff --git a/web/templates/narrow_to_compose_recipients_tooltip.hbs b/web/templates/narrow_to_compose_recipients_tooltip.hbs
index 94685a6f67..4d1c0e6eef 100644
--- a/web/templates/narrow_to_compose_recipients_tooltip.hbs
+++ b/web/templates/narrow_to_compose_recipients_tooltip.hbs
@@ -1,7 +1,7 @@
-
{{t 'Go to conversation' }}
+
{{t "Go to conversation"}}
{{#if display_current_view}}
-
{{display_current_view}}
+
{{display_current_view}}
{{/if}}
{{tooltip_hotkey_hints "Ctrl" "."}}
diff --git a/web/templates/tooltip_templates.hbs b/web/templates/tooltip_templates.hbs
index dfaafec924..ea75cec12b 100644
--- a/web/templates/tooltip_templates.hbs
+++ b/web/templates/tooltip_templates.hbs
@@ -55,8 +55,8 @@
-
{{t "Add global time" }}
-
{{t "Everyone sees global times in their own time zone." }}
+
{{t "Add global time" }}
+
{{t "Everyone sees global times in their own time zone." }}
@@ -124,11 +124,11 @@
{{tooltip_hotkey_hints "I"}}
- {{t "Star this message" }}
+ {{t "Star this message" }}
{{tooltip_hotkey_hints "Ctrl" "S"}}
- {{t "Unstar this message" }}
+ {{t "Unstar this message" }}
{{tooltip_hotkey_hints "Ctrl" "S"}}