diff --git a/Classes/Swift/Chat/Views/ChatConversationTableViewSwift.swift b/Classes/Swift/Chat/Views/ChatConversationTableViewSwift.swift index ef2425aaf..816deaf4b 100644 --- a/Classes/Swift/Chat/Views/ChatConversationTableViewSwift.swift +++ b/Classes/Swift/Chat/Views/ChatConversationTableViewSwift.swift @@ -132,7 +132,6 @@ class ChatConversationTableViewSwift: UIViewController, UICollectionViewDataSour let contact = ChatConversationTableViewModel.sharedModel.getMessage(index: indexPathsVisible[i].row)?.chatMessage?.fromAddress if (contact != nil){ let uri = "sip:" + contact!.username + "@" + contact!.domain - if(uri == friend as! String){ let indexPath = indexPathsVisible[i] collectionView.reloadItems(at: [indexPath]) diff --git a/Classes/Swift/Voip/Theme/VoipTexts.swift b/Classes/Swift/Voip/Theme/VoipTexts.swift index 5319f8a02..91209360a 100644 --- a/Classes/Swift/Voip/Theme/VoipTexts.swift +++ b/Classes/Swift/Voip/Theme/VoipTexts.swift @@ -174,7 +174,7 @@ import UIKit @objc static let bubble_chat_dropDown_copy_text = NSLocalizedString("Copy text",comment:"") @objc static let bubble_chat_dropDown_forward = NSLocalizedString("Forward",comment:"") @objc static let bubble_chat_dropDown_reply = NSLocalizedString("Reply",comment:"") - @objc static let bubble_chat_dropDown_infos = NSLocalizedString("Infos",comment:"") + @objc static let bubble_chat_dropDown_infos = NSLocalizedString("Delivery Status",comment:"") @objc static let bubble_chat_dropDown_add_to_contact = NSLocalizedString("Add to contacts",comment:"") @objc static let bubble_chat_dropDown_delete = NSLocalizedString("Delete",comment:"") diff --git a/Resources/fr.lproj/Localizable.strings b/Resources/fr.lproj/Localizable.strings index a89c183f7..20120f171 100644 Binary files a/Resources/fr.lproj/Localizable.strings and b/Resources/fr.lproj/Localizable.strings differ