Migrate more strings to translation keys (#11606)

This commit is contained in:
Michael Telatynski 2023-09-14 18:47:29 +01:00 committed by GitHub
parent 3608d52c4a
commit 491b43ef09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 3097 additions and 2950 deletions

View file

@ -164,7 +164,7 @@ const CreateSubspaceDialog: React.FC<IProps> = ({ space, onAddExistingSpaceClick
label={_t("Space visibility")}
labelInvite={_t("Private space (invite only)")}
labelPublic={_t("Public space")}
labelRestricted={_t("Visible to space members")}
labelRestricted={_t("create_room|join_rule_restricted")}
width={478}
value={joinRule}
onChange={setJoinRule}