From 55a05ebe5c709c5320513a6d8cb82f1b352f4f65 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:41:02 +0400 Subject: [PATCH] rename --- apps/ios/Shared/Views/ChatList/ServersSummaryView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ios/Shared/Views/ChatList/ServersSummaryView.swift b/apps/ios/Shared/Views/ChatList/ServersSummaryView.swift index db657d2c71..145c878ffa 100644 --- a/apps/ios/Shared/Views/ChatList/ServersSummaryView.swift +++ b/apps/ios/Shared/Views/ChatList/ServersSummaryView.swift @@ -468,7 +468,7 @@ struct SMPServerSummaryView: View { indentedInfoRow("other errors", "\(stats._sentOtherErrs)") infoRow("Messages received", "\(stats._recvMsgs)") indentedInfoRow("duplicates", "\(stats._recvDuplicates)") - indentedInfoRow("decryption", "\(stats._recvCryptoErrs)") + indentedInfoRow("decryption errors", "\(stats._recvCryptoErrs)") indentedInfoRow("other errors", "\(stats._recvErrs)") infoRow("Messages acknowledged", "\(stats._ackMsgs)") indentedInfoRow("attempts", "\(stats._ackAttempts)")