mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-21 21:58:06 +00:00
Fix new message notice that contains empty text.
This commit is contained in:
parent
5cfbce1df4
commit
729329508f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue