Fix incorrect copy in space creation flow (#10296)
parent
307df9d2c3
commit
65aafaf2e0
|
@ -415,7 +415,7 @@ const SpaceAddExistingRooms: React.FC<{
|
||||||
{_t("Skip for now")}
|
{_t("Skip for now")}
|
||||||
</AccessibleButton>
|
</AccessibleButton>
|
||||||
}
|
}
|
||||||
filterPlaceholder={_t("Search for rooms or spaces")}
|
filterPlaceholder={_t("Search for rooms")}
|
||||||
onFinished={onFinished}
|
onFinished={onFinished}
|
||||||
roomsRenderer={defaultRoomsRenderer}
|
roomsRenderer={defaultRoomsRenderer}
|
||||||
dmsRenderer={defaultDmsRenderer}
|
dmsRenderer={defaultDmsRenderer}
|
||||||
|
|
|
@ -3437,7 +3437,6 @@
|
||||||
"Creating rooms…": "Creating rooms…",
|
"Creating rooms…": "Creating rooms…",
|
||||||
"What do you want to organise?": "What do you want to organise?",
|
"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.",
|
"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",
|
"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.",
|
"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",
|
"Go to my first room": "Go to my first room",
|
||||||
|
|
Loading…
Reference in New Issue