diff --git a/CHANGELOG.md b/CHANGELOG.md index f50778d..84eb542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 1.5.3 - 2024-08 +- (Dan) Updates alt text for screenshots of example reports [115](https://github.com/epimorphics/standard-reports-ui/issues/115) - (Dan) Updates report page styles so links are underlined and gives download report page a seperate page title - (Dan) Updates gemfile to use v1.9.5 lr_common_styles - (Dan) Updates the page titles throughout the app [116](https://github.com/epimorphics/standard-reports-ui/issues/116) diff --git a/app/views/report_design/select_report.html.haml b/app/views/report_design/select_report.html.haml index ea82630..bf1311b 100644 --- a/app/views/report_design/select_report.html.haml +++ b/app/views/report_design/select_report.html.haml @@ -27,7 +27,7 @@ %span.summary Click to view an example of the average prices and volumes report type %div.panel - = image_tag( "average-prices-report-screenshot.png", alt: "Screenshot of example average prices report " ) + = image_tag( "average-prices-report-screenshot.png", alt: "Screenshot of example average prices report. Excel table showing 2015 house prices and sales volumes for East Anglia counties including Cambridgeshire and Norfolk." ) %li{"aria-labelled-by": "banded-prices-report"} .o-form-control %label.o-form-control--label @@ -38,7 +38,7 @@ %span.summary Click to view an example of the banded prices report type %div.panel - = image_tag( "banded-prices-report-screenshot.png", alt: "Screenshot of example banded prices report " ) + = image_tag( "banded-prices-report-screenshot.png", alt: "Screenshot of example banded prices report. Excel table showing 2015 sales volumes by price band for different property types across East Anglia counties, including Cambridgeshire and Norfolk. " ) = layout_existing_values( @workflow ) = layout_submit_button