RoomDirectory : address pr reviews

This commit is contained in:
ganfra 2024-03-29 11:37:00 +01:00
parent 856a897018
commit 5e4eed68b5
6 changed files with 6 additions and 8 deletions

View file

@ -92,7 +92,7 @@ enum class FeatureFlags(
RoomDirectorySearch(
key = "feature.roomdirectorysearch",
title = "Room directory search",
description = "Allow user to search for public rooms in his homeserver",
description = "Allow user to search for public rooms in their homeserver",
defaultValue = true,
isFinished = false,
)