diff --git a/Changelog.md b/Changelog.md index a22bafa2b..b44238aec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 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: "" } }); }