diff --git a/Changelog.md b/Changelog.md index 7e6292217..8dbcbed6e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ # 0.7.1.0 ## Refactor +* Remove title from profile photo upload button [#7551](https://github.com/diaspora/diaspora/pull/7551) ## Bug fixes diff --git a/app/assets/javascripts/helpers/profile_photo_uploader.js b/app/assets/javascripts/helpers/profile_photo_uploader.js index 1b50b5bcf..059622cea 100644 --- a/app/assets/javascripts/helpers/profile_photo_uploader.js +++ b/app/assets/javascripts/helpers/profile_photo_uploader.js @@ -78,6 +78,10 @@ Diaspora.ProfilePhotoUploader.prototype = { alert(errorReason); } } + }, + + text: { + fileInputTitle: "" } }); }