diff --git a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift index e0cbc698..03272cb9 100644 --- a/Packages/Account/Sources/Account/AccountDetailHeaderView.swift +++ b/Packages/Account/Sources/Account/AccountDetailHeaderView.swift @@ -185,7 +185,7 @@ struct AccountDetailHeaderView: View { private func makeCustomInfoLabel(title: LocalizedStringKey, count: Int, needsBadge: Bool = false) -> some View { VStack { - Text("\(count)") + Text(count, format: .number.notation(.compactName)) .font(.scaledHeadline) .foregroundColor(theme.tintColor) .overlay(alignment: .trailing) {