Skip to content

Commit 66bccf2

Browse files
committed
Add hidden text to Satisfy links
BI-3030
1 parent b00b13c commit 66bccf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/company/mortgages/view_content.html.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
% if ($charge.status == 'outstanding' || $charge.status == 'part-satisfied') {
2525
<h2 class="heading-small" align="right">
26-
<a href=<% $c.config.webfiling_login_url %> class="float-right">Satisfy</a>
26+
<a href=<% $c.config.webfiling_login_url %> class="float-right">Satisfy<span class="visually-hidden"> <% if defined $charge.charge_code {$charge.charge_code} else { $charge.classification.description } %></span></a>
2727
</h2>
2828
% }
2929

0 commit comments

Comments
 (0)