We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594db5b commit a965d1eCopy full SHA for a965d1e
android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/screen/EditCustomListScreen.kt
@@ -171,6 +171,7 @@ fun EditCustomListScreen(
171
subtitleText =
172
pluralStringResource(
173
id = R.plurals.number_of_locations,
174
+ state.locations.size,
175
state.locations.size
176
),
177
onCellClicked = { onLocationsClicked(state.id) }
android/lib/resource/src/main/res/values/plurals.xml
@@ -49,7 +49,6 @@
49
<item quantity="other">%d months</item>
50
</plurals>
51
<plurals name="number_of_locations">
52
- <item quantity="zero">No locations</item>
53
<item quantity="one">%d location</item>
54
<item quantity="other">%d locations</item>
55
0 commit comments