diff --git a/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/leave/LeaveSpaceView.kt b/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/leave/LeaveSpaceView.kt
index fbfb659f53..2a3cd73ea9 100644
--- a/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/leave/LeaveSpaceView.kt
+++ b/features/space/impl/src/main/kotlin/io/element/android/features/space/impl/leave/LeaveSpaceView.kt
@@ -155,9 +155,8 @@ private fun LeaveSpaceHeader(
),
subTitle =
if (state.selectableSpaceRooms is AsyncData.Success && state.selectableSpaceRooms.data.isNotEmpty()) {
- val count = state.selectableSpaceRooms.data.size
if (state.hasOnlyLastAdminRoom) {
- pluralStringResource(R.plurals.screen_leave_space_subtitle_only_last_admin, count, count)
+ stringResource(R.string.screen_leave_space_subtitle_only_last_admin)
} else {
stringResource(R.string.screen_leave_space_subtitle)
}
diff --git a/features/space/impl/src/main/res/values/localazy.xml b/features/space/impl/src/main/res/values/localazy.xml
index ac031defa3..07c5468ce6 100644
--- a/features/space/impl/src/main/res/values/localazy.xml
+++ b/features/space/impl/src/main/res/values/localazy.xml
@@ -6,9 +6,6 @@
- "Leave %1$d rooms and space"
"Select the rooms you’d like to leave which you\'re not the only administrator for:"
-
- - "You will not be removed from the following room because you\'re the only administrator:"
- - "You will not be removed from the following rooms because you\'re the only administrator:"
-
+ "You will not be removed from the following room(s) because you\'re the only administrator:"
"Leave %1$s?"