2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

Clarify separation between name/username/badge

This commit is contained in:
Jed Fox 2022-11-06 20:15:09 -05:00
parent c3d7357456
commit fd31e08089
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

View File

@ -166,7 +166,7 @@ extension AccountListViewModel {
cell.badgeButton.accessibilityLabel
]
.compactMap { $0 }
.joined(separator: " ")
.joined(separator: ", ")
}
}