mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-25 11:45:19 +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
|
return acc
|
||||||
}
|
}
|
||||||
let noun = meshCount == 1 ? "person" : "people"
|
let noun = meshCount == 1 ? "person" : "people"
|
||||||
return "#mesh [\(meshCount) \(noun)]"
|
return "mesh [\(meshCount) \(noun)]"
|
||||||
}
|
}
|
||||||
|
|
||||||
private func geohashTitleWithCount(for channel: GeohashChannel) -> String {
|
private func geohashTitleWithCount(for channel: GeohashChannel) -> String {
|
||||||
|
|||||||
Reference in New Issue
Block a user