Use generic common_people
This commit is contained in:
parent
14a8d7b0a1
commit
9e251f618d
2 changed files with 2 additions and 2 deletions
|
|
@ -343,7 +343,7 @@ internal fun MembersSection(
|
|||
) {
|
||||
PreferenceCategory(modifier = modifier) {
|
||||
PreferenceText(
|
||||
title = stringResource(R.string.screen_room_details_people_title),
|
||||
title = stringResource(CommonStrings.common_people),
|
||||
icon = Icons.Outlined.Person,
|
||||
currentValue = memberCount.toString(),
|
||||
onClick = openRoomMemberList,
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ private fun RoomMemberListTopBar(
|
|||
modifier = modifier,
|
||||
title = {
|
||||
Text(
|
||||
text = stringResource(R.string.screen_room_details_people_title),
|
||||
text = stringResource(CommonStrings.common_people),
|
||||
style = ElementTheme.typography.aliasScreenTitle,
|
||||
)
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue