This commit is contained in:
callebtc 2026-07-27 02:58:06 +02:00
parent fc1c23314b
commit 53a891a71f
2 changed files with 2 additions and 1 deletions

View File

@ -751,7 +751,7 @@ private fun meshTitleWithCount(viewModel: ChatViewModel): String {
val meshCount = meshCount(viewModel) val meshCount = meshCount(viewModel)
val ctx = androidx.compose.ui.platform.LocalContext.current val ctx = androidx.compose.ui.platform.LocalContext.current
val peopleText = ctx.resources.getQuantityString(com.bitchat.android.R.plurals.people_count, meshCount, meshCount) val peopleText = ctx.resources.getQuantityString(com.bitchat.android.R.plurals.people_count, meshCount, meshCount)
val meshLabel = stringResource(com.bitchat.android.R.string.mesh_label) val meshLabel = stringResource(com.bitchat.android.R.string.mesh_title)
return "$meshLabel [$peopleText]" return "$meshLabel [$peopleText]"
} }

View File

@ -273,6 +273,7 @@
<string name="disable_location_services">Remove location access</string> <string name="disable_location_services">Remove location access</string>
<string name="enable_location_services">Enable location services</string> <string name="enable_location_services">Enable location services</string>
<string name="mesh_label">mesh</string> <string name="mesh_label">mesh</string>
<string name="mesh_title">Mesh</string>
<string name="location_level_block">Block</string> <string name="location_level_block">Block</string>
<string name="location_level_neighborhood">Neighborhood</string> <string name="location_level_neighborhood">Neighborhood</string>
<string name="location_level_city">City</string> <string name="location_level_city">City</string>