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

Commit

Permalink
Fix incorrect copy in space creation flow (#10296)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Mar 7, 2023
1 parent 307df9d commit 65aafaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/structures/SpaceRoomView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 0 additions & 1 deletion src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3437,7 +3437,6 @@
"Creating rooms…": "Creating rooms…",
"What do you want to organise?": "What do you want to organise?",
"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.",
"Search for rooms or spaces": "Search for rooms or spaces",
"Share %(name)s": "Share %(name)s",
"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.",
"Go to my first room": "Go to my first room",
Expand Down

0 comments on commit 65aafaf

Please sign in to comment.