From 8dc0be11d68efa134117ceb85847a7dc4d70a335 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Blin?=
 <sebastien.blin@savoirfairelinux.com>
Date: Tue, 11 Apr 2023 14:58:04 -0400
Subject: [PATCH] jamistrings: fix experimental string

Change-Id: I4071f7a6f94c95a6e11135c2f0229bf51960d721
---
 src/app/constant/JamiStrings.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/constant/JamiStrings.qml b/src/app/constant/JamiStrings.qml
index 4551f8baa..cae660d69 100644
--- a/src/app/constant/JamiStrings.qml
+++ b/src/app/constant/JamiStrings.qml
@@ -565,7 +565,7 @@ Item {
     property string troubleshootButton: qsTr("Open logs")
     property string troubleshootText: qsTr("Get logs")
 
-    property string experimentalCallSwarm: qsTr("Enable small swarm groups support for Swarm")
+    property string experimentalCallSwarm: qsTr("(Experimental) Enable call support for swarm")
     property string experimentalCallSwarmTooltip: qsTr("This feature will enable call buttons in swarms with multiple participants.")
 
     // Recording Settings
-- 
GitLab