Tidy up profile picture setting & fix notification bug

This commit is contained in:
David Baker 2015-07-17 17:13:10 +01:00
parent 88167358bb
commit 214ef4b4ce
4 changed files with 4 additions and 16 deletions

View file

@ -33,7 +33,7 @@ module.exports = React.createClass({
onError: function(error) {
this.setState({
errorText: "Failed to set profile picture!"
errorText: "Failed to upload profile picture!"
});
},