Replace leftover hardcoded string with the right text (#2592)
This commit is contained in:
parent
ab46fc1778
commit
4960621277
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue