Localazy Download (#32714)
* [create-pull-request] automated change * Use a dedicated string for public access in settings. * Fix tests due to copy changes. * Fix tests due to copy changes. * Fix tests due to copy changes. * Fix tests due to copy changes. * Fix tests due to copy changes. * Updated visual tests screenshots due to copy changes. * Updated visual tests screenshots due to copy changes. --------- Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com> Co-authored-by: mxandreas <andreass@element.io>
This commit is contained in:
co-authored by
t3chguy
mxandreas
parent
f550b41724
commit
00dd0c48ba
@@ -206,7 +206,7 @@ const JoinRuleSettings: React.FC<JoinRuleSettingsProps> = ({
|
||||
},
|
||||
{
|
||||
value: JoinRule.Public,
|
||||
label: withRecommendLabel(_t("common|public"), JoinRule.Public),
|
||||
label: withRecommendLabel(_t("room_settings|security|join_rule_public"), JoinRule.Public),
|
||||
description: <>{_t("room_settings|security|join_rule_public_description")}</>,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user