You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
Update more strings to not wrongly mention room when it is/could be a space (#7722)
This commit is contained in:
committed by
GitHub
parent
c3e02b21cb
commit
e161f0b17b
@@ -108,7 +108,7 @@ describe('<RoomPreviewBar />', () => {
|
||||
const component = getComponent({ joining: true });
|
||||
|
||||
expect(isSpinnerRendered(component)).toBeTruthy();
|
||||
expect(getMessage(component).textContent).toEqual('Joining room …');
|
||||
expect(getMessage(component).textContent).toEqual('Joining …');
|
||||
});
|
||||
it('renders rejecting message', () => {
|
||||
const component = getComponent({ rejecting: true });
|
||||
|
Reference in New Issue
Block a user