Merge branch 'next-minor' into develop

This commit is contained in:
Steffen van Bergerem 2017-08-19 12:39:42 +02:00
commit 680894d121
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B
2 changed files with 5 additions and 0 deletions

View file

@ -9,6 +9,7 @@
# 0.7.1.0
## Refactor
* Remove title from profile photo upload button [#7551](https://github.com/diaspora/diaspora/pull/7551)
## Bug fixes

View file

@ -78,6 +78,10 @@ Diaspora.ProfilePhotoUploader.prototype = {
alert(errorReason);
}
}
},
text: {
fileInputTitle: ""
}
});
}