diff --git a/linphone-app/assets/languages/en.ts b/linphone-app/assets/languages/en.ts
index 007cbb702..fa5a4f3e4 100644
--- a/linphone-app/assets/languages/en.ts
+++ b/linphone-app/assets/languages/en.ts
@@ -551,7 +551,7 @@ Server URL not configured.
icsconferenceAddressTitle
- 'Meeting address' : Title for the conference address.
+ 'Meeting address' : Title for the meeting address.
Meeting address
diff --git a/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml b/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml
index 1cbf4163d..4f8be65ec 100644
--- a/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml
+++ b/linphone-app/ui/modules/Linphone/Chat/ChatCalendarMessage.qml
@@ -301,7 +301,7 @@ Loader{
font.weight: Font.Bold
visible: !mainItem.isCancelled
- //: 'Meeting address' : Title for the conference address.
+ //: 'Meeting address' : Title for the meeting address.
text: qsTr('icsconferenceAddressTitle')
}
RowLayout{