From 0c4eef0c5adad8e6f7be57d19b84a20b8c502eb9 Mon Sep 17 00:00:00 2001
From: Philipp Memmel <philipp.memmel@gmail.com>
Date: Thu, 22 Apr 2021 16:56:41 +0200
Subject: [PATCH] shorten raised hand label

---
 bigbluebutton-html5/public/locales/en.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigbluebutton-html5/public/locales/en.json b/bigbluebutton-html5/public/locales/en.json
index a3ed977a48..8b1468b32c 100755
--- a/bigbluebutton-html5/public/locales/en.json
+++ b/bigbluebutton-html5/public/locales/en.json
@@ -375,7 +375,7 @@
     "app.statusNotifier.lowerHands": "Lower Hands",
     "app.statusNotifier.raisedHandsTitle": "Raised Hands",
     "app.statusNotifier.raisedHandDesc": "{0} raised their hands",
-    "app.statusNotifier.raisedHandDescOneUser": "{0} raised the hand",
+    "app.statusNotifier.raisedHandDescOneUser": "{0} raised hand",
     "app.statusNotifier.and": "and",
     "app.switch.onLabel": "ON",
     "app.switch.offLabel": "OFF",
-- 
GitLab