diff --git a/app/views/shared/_publisher.html.haml b/app/views/shared/_publisher.html.haml
index f62174603c17b4c7160ca3867186b2dfec075ec9..3651113b9fb6d5aca1250c6164cc1da21684fd9a 100644
--- a/app/views/shared/_publisher.html.haml
+++ b/app/views/shared/_publisher.html.haml
@@ -40,7 +40,7 @@
             = status.hidden_field :text, :value => h(publisher_hidden_text), :class => 'clear_on_submit'
 
             #file-upload{:title => t('.upload_photos')}
-              = image_tag 'icons/camera.png'
+              = image_tag 'icons/camera.png', :alt => t('.upload_photos').titleize
 
       - if publisher_public
         = hidden_field_tag 'aspect_ids[]', "public"