Replace leftover hardcoded string with the right text (#2592)

This commit is contained in:
Jorge Martin Espinosa 2024-03-22 14:34:40 +01:00 committed by GitHub
parent ab46fc1778
commit 4960621277
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,7 @@ fun RoomDetailsView(
if (state.displayRolesAndPermissionsSettings) {
ListItem(
headlineContent = { Text("Roles and permissions") },
headlineContent = { Text(stringResource(R.string.screen_room_details_roles_and_permissions)) },
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Admin())),
onClick = openAdminSettings,
)