From 57d7973cb724d7fc73ccd197b81e319c49609387 Mon Sep 17 00:00:00 2001 From: Mark Sadecki Date: Wed, 18 Mar 2015 15:39:45 -0400 Subject: [PATCH] adds additional context for screen reader users and correct heading order to be more logical --- lms/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index 4ef8ce89f9..8b817eec9a 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -77,7 +77,7 @@
-

${ user.username }

+

${_("Username")}: ${ user.username }