Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 65aafaf

Browse files
authored
Fix incorrect copy in space creation flow (#10296)
1 parent 307df9d commit 65aafaf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/structures/SpaceRoomView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ const SpaceAddExistingRooms: React.FC<{
415415
{_t("Skip for now")}
416416
</AccessibleButton>
417417
}
418-
filterPlaceholder={_t("Search for rooms or spaces")}
418+
filterPlaceholder={_t("Search for rooms")}
419419
onFinished={onFinished}
420420
roomsRenderer={defaultRoomsRenderer}
421421
dmsRenderer={defaultDmsRenderer}

src/i18n/strings/en_EN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3437,7 +3437,6 @@
34373437
"Creating rooms…": "Creating rooms…",
34383438
"What do you want to organise?": "What do you want to organise?",
34393439
"Pick rooms or conversations to add. This is just a space for you, no one will be informed. You can add more later.": "Pick rooms or conversations to add. This is just a space for you, no one will be informed. You can add more later.",
3440-
"Search for rooms or spaces": "Search for rooms or spaces",
34413440
"Share %(name)s": "Share %(name)s",
34423441
"It's just you at the moment, it will be even better with others.": "It's just you at the moment, it will be even better with others.",
34433442
"Go to my first room": "Go to my first room",

0 commit comments

Comments
 (0)