From 116b4f96c898f98f9ed44105bd0183b0e1843000 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Sat, 23 Apr 2016 07:29:17 +0100 Subject: [PATCH] Add context to trial mode link for screen readers Screen reader users have the option to navigate by jumping between anchor tags and reading out the content. "Find out more" does not provide a lot of context about what the link does. This commit adds some visually hidden text which screen readers will still read that makes the link work without the visual context. --- app/templates/views/dashboard/trial-mode-banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/dashboard/trial-mode-banner.html b/app/templates/views/dashboard/trial-mode-banner.html index 44d02571e..87c78cbc2 100644 --- a/app/templates/views/dashboard/trial-mode-banner.html +++ b/app/templates/views/dashboard/trial-mode-banner.html @@ -7,7 +7,7 @@ Your service is in trial mode
- +
{% endcall %}