Clarify separation between name/username/badge
This commit is contained in:
parent
c3d7357456
commit
fd31e08089
|
@ -166,7 +166,7 @@ extension AccountListViewModel {
|
|||
cell.badgeButton.accessibilityLabel
|
||||
]
|
||||
.compactMap { $0 }
|
||||
.joined(separator: " ")
|
||||
.joined(separator: ", ")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue