diff --git a/src/app/constant/JamiStrings.qml b/src/app/constant/JamiStrings.qml
index 5ca12f223d6c761bfb61e48651f2c8c2eb7a39a7..9e4d03fc5104d0c67fdbeef3c57798b2669ac211 100644
--- a/src/app/constant/JamiStrings.qml
+++ b/src/app/constant/JamiStrings.qml
@@ -804,8 +804,8 @@ Item {
     property string quote: qsTr("Quote")
     property string unorderedList: qsTr("Unordered list")
     property string orderedList: qsTr("Ordered list")
-    property string showFormating: qsTr("Show Formating")
-    property string hideFormating: qsTr("Hide Formating")
+    property string showFormating: qsTr("Show formating")
+    property string hideFormating: qsTr("Hide formating")
     property string shiftEnterNewLine: qsTr("Press Shift+Enter to insert a new line")
     property string enterNewLine: qsTr("Press Enter to insert a new line")
     property string send: qsTr("Send")
diff --git a/src/app/mainview/components/MessageBar.qml b/src/app/mainview/components/MessageBar.qml
index 5ca657a2ada42ccb2bbea9c1a9ab252a376b1f51..92f025f1c5bbbebb93482f29720e16fd5633c03c 100644
--- a/src/app/mainview/components/MessageBar.qml
+++ b/src/app/mainview/components/MessageBar.qml
@@ -61,7 +61,8 @@ Rectangle {
 
     ComboBox {
         id: showMoreButton
-        width: JamiTheme.chatViewFooterButtonSize
+        visible: !CurrentConversation.isSip
+        width: CurrentConversation.isSip? 0 : JamiTheme.chatViewFooterButtonSize
         height: JamiTheme.chatViewFooterButtonSize
 
         anchors.leftMargin: marginSize