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