diff --git a/vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt b/vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
index 7abb082d24..e85de5c918 100644
--- a/vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
+++ b/vector/src/main/java/im/vector/app/features/home/room/detail/RoomDetailViewModel.kt
@@ -352,7 +352,6 @@ class RoomDetailViewModel @AssistedInject constructor(
val roomId: String = room.roomId
val confId = roomId.substring(1, roomId.indexOf(":") - 1) + widgetSessionId.toLowerCase(VectorLocale.applicationLocale)
- // DO NOT COMMIT
val jitsiDomain = session.getHomeServerCapabilities().preferredJitsiDomain ?: stringProvider.getString(R.string.preferred_jitsi_domain)
// We use the default element wrapper for this widget
diff --git a/vector/src/main/res/layout/custom_action_item_layout_badge.xml b/vector/src/main/res/layout/custom_action_item_layout_badge.xml
index cfa2180219..f47eaa5d1a 100644
--- a/vector/src/main/res/layout/custom_action_item_layout_badge.xml
+++ b/vector/src/main/res/layout/custom_action_item_layout_badge.xml
@@ -1,31 +1,36 @@
-
+ android:focusable="true">
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toTopOf="parent" />
+ android:textSize="8sp"
+ app:layout_constraintCircle="@+id/action_view_icon_image"
+ app:layout_constraintCircleAngle="45"
+ app:layout_constraintCircleRadius="12dp"
+ tools:ignore="MissingConstraints"
+ tools:text="8" />
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/vector/src/main/res/values/strings.xml b/vector/src/main/res/values/strings.xml
index 9651553fc4..853e60fc48 100644
--- a/vector/src/main/res/values/strings.xml
+++ b/vector/src/main/res/values/strings.xml
@@ -93,7 +93,7 @@
A conference is already in progress!
Start video meeting
Start audio meeting
- Meetings use Jisti security and permission policies. All people currently in the room will see an invite to join while your meeting is happening.
+ Meetings use Jitsi security and permission policies. All people currently in the room will see an invite to join while your meeting is happening.
Cannot start call
You cannot place a call with yourself
You cannot place a call with yourself, wait for participants to accept invitation