From 729329508fe0bae67da9d2bba73027cfe50b4089 Mon Sep 17 00:00:00 2001 From: Julien Wadel Date: Fri, 14 Jan 2022 14:39:22 +0100 Subject: [PATCH] Fix new message notice that contains empty text. --- linphone-app/ui/modules/Linphone/Chat/Notice.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-app/ui/modules/Linphone/Chat/Notice.qml b/linphone-app/ui/modules/Linphone/Chat/Notice.qml index a54230410..d1baea445 100644 --- a/linphone-app/ui/modules/Linphone/Chat/Notice.qml +++ b/linphone-app/ui/modules/Linphone/Chat/Notice.qml @@ -19,7 +19,7 @@ RowLayout{ if(type == ChatNoticeModel.NoticeUnreadMessages) //: '%1 unread messages' : Little message to show on an event where unread messages begin. - return qsTr('unreadMessageNotice', '', $chatEntry.name) + return qsTr('unreadMessageNotice', '', parseInt($chatEntry.name)) if (status == LinphoneEnums.EventLogTypeConferenceCreated) { //: 'You have joined the group' : Little message to show on the event when the user join the chat group.