This commit is contained in:
spaced4ndy
2025-07-18 13:26:10 +04:00
parent 0ec6c95890
commit ee00a9fe2f
+1 -1
View File
@@ -874,7 +874,7 @@ struct ChatView: View {
switch groupInfo.businessChat?.chatType {
case .none: NSLocalizedString("Group", comment: "chat context")
case .business: NSLocalizedString("Business", comment: "chat context")
case .customer: NSLocalizedString("Client", comment: "chat context")
case .customer: NSLocalizedString("Customer", comment: "chat context")
}
default: nil
}