tweak copy

This commit is contained in:
Michael Telatynski 2021-07-21 10:43:12 +01:00
parent f2a88599a4
commit a58edcb241
3 changed files with 3 additions and 4 deletions

View file

@ -337,7 +337,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
|| (this.state.joinRule === JoinRule.Restricted && !this.state.restrictedAllowRoomIds?.length),
}, {
value: JoinRule.Public,
label: _t("Public (anyone)"),
label: _t("Public"),
description: _t("Anyone can find and join."),
}];