Skip to content

Commit

Permalink
Merge pull request #277 from wearefine/68100-alt-helper-text
Browse files Browse the repository at this point in the history
update default alt helper text
  • Loading branch information
jamesmk authored Jul 21, 2017
2 parents bc7d3f6 + 1cb506a commit ef44ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/fae/images/_image_uploader.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby:
alt_label ||= "#{label} alt text"
caption_label ||= "#{label} caption"
helper_text ||= ""
alt_helper_text ||= 'Brief description of image contents, read by search engines and visually impaired readers.'
alt_helper_text ||= 'Brief description of image contents, used in hover text and by visually impaired users.'
caption_helper_text ||= ""
show_alt = true if show_alt.nil?
show_caption ||= false
Expand Down

0 comments on commit ef44ec5

Please sign in to comment.