Change bubble_chat_dropDown_infos to "Delivery Status"

This commit is contained in:
Benoit Martins 2023-06-09 16:30:00 +02:00 committed by QuentinArguillere
parent 989257f802
commit 6cfca71db3
3 changed files with 1 additions and 2 deletions

View file

@ -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])

View file

@ -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:"")