Add strings for js-sdk autodiscovery errors

For https://github.com/matrix-org/matrix-js-sdk/pull/894
This commit is contained in:
Travis Ralston 2019-04-11 15:54:37 -06:00
parent 9bd8f47cdf
commit 9d55d0c897
2 changed files with 10 additions and 0 deletions

View file

@ -42,7 +42,12 @@ const PHASES_ENABLED = true;
// These are used in several places, and come from the js-sdk's autodiscovery
// stuff. We define them here so that they'll be picked up by i18n.
_td("Invalid homeserver discovery response");
_td("Failed to get autodiscovery configuration from server");
_td("Invalid base_url for m.homeserver");
_td("Homeserver URL does not appear to be a valid Matrix homeserver");
_td("Invalid identity server discovery response");
_td("Invalid base_url for m.identity_server");
_td("Identity server URL does not appear to be a valid identity server");
_td("General failure");
/**