From 1ffd8b02058b54bed157e271cadb2df64adef9e8 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Bodas Date: Sat, 17 Apr 2021 16:28:08 +0530 Subject: [PATCH] ui: Use unicode U+2026 instead of literal "..." characters. The unicode horizontal ellipsis is visually nicer. b40e50f2959998d0193b65a3e5b4065ff5abfea5 removed many of these, by changing the text itself. This commit handles the remaining few. --- static/templates/admin_user_group_list.hbs | 2 +- static/templates/message_body.hbs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/templates/admin_user_group_list.hbs b/static/templates/admin_user_group_list.hbs index c1c2b6d221..08f7df9a05 100644 --- a/static/templates/admin_user_group_list.hbs +++ b/static/templates/admin_user_group_list.hbs @@ -18,7 +18,7 @@

{{t 'Subscribers' }}

-
+

{{t "Click outside the input box to save. We'll automatically notify anyone that was added or removed."}} diff --git a/static/templates/message_body.hbs b/static/templates/message_body.hbs index c41a0992cb..08616a3813 100644 --- a/static/templates/message_body.hbs +++ b/static/templates/message_body.hbs @@ -45,6 +45,6 @@

-
{{t "[More...]" }}
+
{{t "[More…]" }}
{{t "[Condense message]" }}
{{> message_reactions }}