Room directory : change names and adapt ui

This commit is contained in:
ganfra 2024-03-21 17:22:00 +01:00
parent b0894fcd11
commit fa7a889a3f
10 changed files with 176 additions and 104 deletions

View file

@ -208,7 +208,7 @@ private fun RoomDirectorySearchButton(
modifier: Modifier = Modifier
) {
Button(
text = "Room directory",
text = "Browse all rooms",
leadingIcon = IconSource.Vector(CompoundIcons.ListBulleted()),
onClick = onClick,
modifier = modifier,