Fix incorrect copy in space creation flow (#10296)

t3chguy/dedup-icons-17oct
Michael Telatynski 2023-03-07 09:55:14 +00:00 committed by GitHub
parent 307df9d2c3
commit 65aafaf2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}

View File

@ -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",