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:
ElementRobot
2026-03-09 09:43:00 +00:00
committed by GitHub
co-authored by t3chguy mxandreas
parent f550b41724
commit 00dd0c48ba
57 changed files with 313 additions and 286 deletions
@@ -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")}</>,
},
];