Update all copy of subspace
to space
This commit is contained in:
parent
67b8c0a811
commit
08c883ed07
5 changed files with 14 additions and 16 deletions
|
@ -54,7 +54,7 @@ const AddExistingSubspaceDialog: React.FC<IProps> = ({ space, onCreateSubspaceCl
|
|||
footerPrompt={<>
|
||||
<div>{ _t("Want to add a new space instead?") }</div>
|
||||
<AccessibleButton onClick={onCreateSubspaceClick} kind="link">
|
||||
{ _t("Create a new subspace") }
|
||||
{ _t("Create a new space") }
|
||||
</AccessibleButton>
|
||||
</>}
|
||||
filterPlaceholder={_t("Search for spaces")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue