diff --git a/linphone-desktop/assets/languages/en.ts b/linphone-desktop/assets/languages/en.ts
index e2251aa47..142d27205 100644
--- a/linphone-desktop/assets/languages/en.ts
+++ b/linphone-desktop/assets/languages/en.ts
@@ -727,11 +727,6 @@ Server url not configured.
calls, start a chat or add a new contact. Just enter
your friend's SIP address or username.
-
- timelineTooltip
- Click on one of your last exchange
-to chat or see the conversation history.
- MainWindowMenuBar
diff --git a/linphone-desktop/assets/languages/fr.ts b/linphone-desktop/assets/languages/fr.ts
index cb42e703b..3c307c97c 100644
--- a/linphone-desktop/assets/languages/fr.ts
+++ b/linphone-desktop/assets/languages/fr.ts
@@ -726,11 +726,6 @@ Url du serveur non configurée.
Utiliser la barre de recherche intelligente pour lancer des appels audio et vidéo,
un chat ou ajouter un contact.
-
- timelineTooltip
- Cliquer sur une entrée pour voir vos derniers échanges,
-chatter ou voir l'historique de conversation.
- MainWindowMenuBar
diff --git a/linphone-desktop/ui/views/App/Main/MainWindow.qml b/linphone-desktop/ui/views/App/Main/MainWindow.qml
index 46ecb879b..9889449ab 100644
--- a/linphone-desktop/ui/views/App/Main/MainWindow.qml
+++ b/linphone-desktop/ui/views/App/Main/MainWindow.qml
@@ -234,10 +234,6 @@ ApplicationWindow {
model: TimelineModel
onEntrySelected: setView('Conversation', { sipAddress: entry })
-
- TooltipArea {
- text: qsTr('timelineTooltip')
- }
}
}