diff --git a/bitchat/Views/LocationChannelsSheet.swift b/bitchat/Views/LocationChannelsSheet.swift index 80a9c0e4..359af569 100644 --- a/bitchat/Views/LocationChannelsSheet.swift +++ b/bitchat/Views/LocationChannelsSheet.swift @@ -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 {