diff options
author | Henare Degan <henare.degan@gmail.com> | 2015-04-15 11:39:09 +1000 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2015-04-15 11:39:09 +1000 |
commit | 37c6065ca4a11fc40d6f361cbd2e4f779541dd14 (patch) | |
tree | f5d116c34218d06dabda76b58542ba5a96bd9fe5 | |
parent | 4b934c7768ed050ca2fbd6cc5d85fa0b3b285a88 (diff) |
Make alt attribute more descriptive for vision impaired readers
-rw-r--r-- | app/views/request_game/play.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request_game/play.html.erb b/app/views/request_game/play.html.erb index 93e95c09b..783bb7f00 100644 --- a/app/views/request_game/play.html.erb +++ b/app/views/request_game/play.html.erb @@ -5,7 +5,7 @@ <%= image_tag "https://chart.googleapis.com/chart?chs=250x125&cht=gom&chd=t:#{@percentage}", :size => "250x125", - :alt => "#{@percentage}% of requests have been categorised", + :alt => "A chart showing #{@percentage}% of requests have been categorised", :title => "#{@percentage}% of requests have been categorised" %> <br><%=pluralize(@missing, 'request')%> left to categorise / <%=@total %> total |