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
@@ -97,7 +97,7 @@ describe("<SpaceSettingsVisibilityTab />", () => {
fireEvent.click(toggleButton);
};
const getGuestAccessToggle = ({ getByLabelText }: RenderResult) => getByLabelText("Enable guest access");
const getHistoryVisibilityToggle = ({ getByLabelText }: RenderResult) => getByLabelText("Preview Space");
const getHistoryVisibilityToggle = ({ getByLabelText }: RenderResult) => getByLabelText("Preview space");
const getErrorMessage = ({ getByTestId }: RenderResult) => getByTestId("space-settings-error")?.textContent;
beforeEach(() => {
@@ -24,7 +24,7 @@ exports[`<SpaceSettingsVisibilityTab /> for a public space renders addresses sec
<h2
class="mx_Heading_h3"
>
Visibility
Security & Privacy
</h2>
<div
class="mx_SettingsSection_subSections"
@@ -67,7 +67,7 @@ exports[`<SpaceSettingsVisibilityTab /> for a public space renders addresses sec
<div
class="mx_StyledRadioButton_content"
>
Private (invite only)
Invite only
</div>
<div
class="mx_StyledRadioButton_spacer"
@@ -96,7 +96,7 @@ exports[`<SpaceSettingsVisibilityTab /> for a public space renders addresses sec
<div
class="mx_StyledRadioButton_content"
>
Public
Anyone
</div>
<div
class="mx_StyledRadioButton_spacer"
@@ -105,7 +105,7 @@ exports[`<SpaceSettingsVisibilityTab /> for a public space renders addresses sec
<span
id="joinRule-public-description"
>
Anyone can find and join.
Anyone can join.
</span>
<form
class="_root_19upo_16"
@@ -149,7 +149,7 @@ exports[`<SpaceSettingsVisibilityTab /> for a public space renders addresses sec
class="_label_19upo_59"
for="_r_3j_"
>
Preview Space
Preview space
</label>
<span
class="_message_19upo_85 _help-message_19upo_91"
@@ -396,7 +396,7 @@ exports[`<SpaceSettingsVisibilityTab /> renders container 1`] = `
<h2
class="mx_Heading_h3"
>
Visibility
Security & Privacy
</h2>
<div
class="mx_SettingsSection_subSections"
@@ -440,7 +440,7 @@ exports[`<SpaceSettingsVisibilityTab /> renders container 1`] = `
<div
class="mx_StyledRadioButton_content"
>
Private (invite only)
Invite only
</div>
<div
class="mx_StyledRadioButton_spacer"
@@ -468,7 +468,7 @@ exports[`<SpaceSettingsVisibilityTab /> renders container 1`] = `
<div
class="mx_StyledRadioButton_content"
>
Public
Anyone
</div>
<div
class="mx_StyledRadioButton_spacer"
@@ -477,7 +477,7 @@ exports[`<SpaceSettingsVisibilityTab /> renders container 1`] = `
<span
id="joinRule-public-description"
>
Anyone can find and join.
Anyone can join.
</span>
<form
class="_root_19upo_16"
@@ -510,7 +510,7 @@ exports[`<SpaceSettingsVisibilityTab /> renders container 1`] = `
class="_label_19upo_59"
for="_r_0_"
>
Preview Space
Preview space
</label>
<span
class="_message_19upo_85 _help-message_19upo_91"