1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-01 09:58:03 +03:00

Fix incorrect copy in space creation flow (#10296)

This commit is contained in:
Michael Telatynski
2023-03-07 09:55:14 +00:00
committed by GitHub
parent 307df9d2c3
commit 65aafaf2e0
2 changed files with 1 additions and 2 deletions

View File

@@ -415,7 +415,7 @@ const SpaceAddExistingRooms: React.FC<{
{_t("Skip for now")}
</AccessibleButton>
}
filterPlaceholder={_t("Search for rooms or spaces")}
filterPlaceholder={_t("Search for rooms")}
onFinished={onFinished}
roomsRenderer={defaultRoomsRenderer}
dmsRenderer={defaultDmsRenderer}