mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
fd749172e1
Signed-off-by: Charly Nguyen <charly.nguyen@nordeck.net>
19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
// 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>
|
|
`;
|