be less shouty

pull/21833/head
Matthew Hodgson 2015-11-11 00:05:00 +01:00
parent e7be1ae832
commit b669f587de
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ module.exports = {
self.setStep('stage_'+result.flows[0].type);
}, function(error) {
self.setStep("choose_hs");
self.setState({errorText: 'Unable to contact the given Home Server'});
self.setState({errorText: 'Unable to contact the given home server'});
});
},