// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`messageForConnectionError should match snapshot for ConnectionError 1`] = ` Can't connect to homeserver - please check your connectivity, ensure your homeserver's SSL certificate is trusted, and that a browser extension is not blocking requests. `; exports[`messageForConnectionError should match snapshot for MatrixError M_NOT_FOUND 1`] = ` There was a problem communicating with the homeserver, please try again later.(M_NOT_FOUND) `; exports[`messageForConnectionError should match snapshot for mixed content error 1`] = ` Can't connect to homeserver via HTTP when an HTTPS URL is in your browser bar. Either use HTTPS or enable unsafe scripts . `; exports[`messageForConnectionError should match snapshot for unknown error 1`] = ` There was a problem communicating with the homeserver, please try again later. `; exports[`messageForLoginError should match snapshot for 401 1`] = ` Incorrect username and/or password. `; exports[`messageForLoginError should match snapshot for M_RESOURCE_LIMIT_EXCEEDED 1`] = `
This homeserver has exceeded one of its resource limits.
`; exports[`messageForLoginError should match snapshot for M_USER_DEACTIVATED 1`] = ` This account has been deactivated. `; exports[`messageForLoginError should match snapshot for unknown error 1`] = ` There was a problem communicating with the homeserver, please try again later. (HTTP 400) `; exports[`messageForResourceLimitError should match snapshot for admin contact links 1`] = ` Please contact your service administrator to continue using this service. `; exports[`messageForResourceLimitError should match snapshot for monthly_active_user 1`] = ` This homeserver has hit its Monthly Active User limit. `; exports[`messageForSyncError should match snapshot for M_RESOURCE_LIMIT_EXCEEDED 1`] = `
This homeserver has exceeded one of its resource limits.
Please contact your service administrator to continue using this service.
`; exports[`messageForSyncError should match snapshot for other errors 1`] = `
Unable to connect to Homeserver. Retrying…
`;