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