From 59098c6db06ed74c0fcd10521a68f582908126b7 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Fri, 18 Nov 2022 09:29:23 +0100 Subject: [PATCH] Texts update --- Classes/ChatConversationView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/ChatConversationView.m b/Classes/ChatConversationView.m index a4dc7c1e7..3ce0df563 100644 --- a/Classes/ChatConversationView.m +++ b/Classes/ChatConversationView.m @@ -1938,7 +1938,7 @@ void on_chat_room_conference_alert(LinphoneChatRoom *cr, const LinphoneEventLog if ((isEncrypted && ((!canEphemeral && indexPath.row == 4+firstIndex)||(canEphemeral && indexPath.row == 5+firstIndex))) || (!isEncrypted && indexPath.row == 3+firstIndex)) { cell.imageView.image = [UIImage imageNamed:@"chat_group_informations.png"]; - cell.textLabel.text = NSLocalizedString(@"Show address and identity",nil); + cell.textLabel.text = NSLocalizedString(@"Debug infos",nil); } UIImageView * icon = [[UIImageView alloc] initWithFrame:CGRectMake(tableView.frame.size.width-37, 7, 30, 30)];