UI: use '~' without trailing space before location name in sheet

This commit is contained in:
jack
2025-08-21 00:44:37 +02:00
parent f30677403f
commit e7706fc9cb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ extension LocationChannelsSheet {
case .country:
return ""
default:
return "around "
return "~"
}
}
}