mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
b084ff2313
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
18 lines
414 B
Text
18 lines
414 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`TextForEvent textForJoinRulesEvent() returns correct JSX message when room join rule changed to restricted 1`] = `
|
|
<span>
|
|
<span>
|
|
@a changed who can join this room.
|
|
<AccessibleButton
|
|
kind="link_inline"
|
|
onClick={[Function]}
|
|
role="button"
|
|
tabIndex={0}
|
|
>
|
|
View settings
|
|
</AccessibleButton>
|
|
.
|
|
</span>
|
|
</span>
|
|
`;
|