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
1 changed files with 1 additions and 1 deletions

View File

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