From ec43f5418dc77819d6f6663a9842c4c6d3b8ce47 Mon Sep 17 00:00:00 2001
From: Megamind <56171689+ritikchauhan-01@users.noreply.github.com>
Date: Thu, 18 Mar 2021 06:03:25 +0530
Subject: [PATCH] right sidebar: Improve icon for "Invite more users".
This replaces the `+` with a version that has a user head next to it.
---
templates/zerver/app/right_sidebar.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/zerver/app/right_sidebar.html b/templates/zerver/app/right_sidebar.html
index 34f3e6b5bd..6b01911ef1 100644
--- a/templates/zerver/app/right_sidebar.html
+++ b/templates/zerver/app/right_sidebar.html
@@ -17,7 +17,7 @@
{% if show_invites %}
- {{ _('Invite more users') }}
+ {{ _('Invite more users') }}
{% endif %}