Rename "Explore Rooms" dialog to just "Explore"

There's a bit of a discrepancy here, that directory will list both rooms
and spaces. I also removed duplicated titles where applicable.
This commit is contained in:
Joshua Goins
2026-01-04 17:41:55 -05:00
parent 5f7967363f
commit 4656bf4ee7
8 changed files with 14 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ SearchPage {
*/
signal roomSelected(string roomId, string displayName, url avatarUrl, string alias, string topic, int memberCount, bool isJoined)
title: i18nc("@action:title", "Explore Rooms")
title: i18nc("@action:title Explore public rooms and spaces", "Explore")
customPlaceholderText: publicRoomListModel.redirectedText
customPlaceholderIcon: "data-warning"