mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 23:25:20 +00:00
UI: remove leading '#' from mesh title in location sheet
This commit is contained in:
@@ -252,7 +252,7 @@ struct LocationChannelsSheet: View {
|
||||
return acc
|
||||
}
|
||||
let noun = meshCount == 1 ? "person" : "people"
|
||||
return "#mesh [\(meshCount) \(noun)]"
|
||||
return "mesh [\(meshCount) \(noun)]"
|
||||
}
|
||||
|
||||
private func geohashTitleWithCount(for channel: GeohashChannel) -> String {
|
||||
|
||||
Reference in New Issue
Block a user