mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 01:35:49 +03:00
Fix incorrect copy in space creation flow (#10296)
This commit is contained in:
parent
307df9d2c3
commit
65aafaf2e0
2 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue