From acdf8d75114759c294f9bc97e6fae31903760587 Mon Sep 17 00:00:00 2001
From: Adeel Khan <muhammad.adeel@arbisoft.com>
Date: Sun, 6 Dec 2020 21:54:48 +0500
Subject: [PATCH] Update page title to h1

VAN-179
---
 lms/templates/student_account/password_reset.underscore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lms/templates/student_account/password_reset.underscore b/lms/templates/student_account/password_reset.underscore
index 76b90dd56d9..75516243793 100644
--- a/lms/templates/student_account/password_reset.underscore
+++ b/lms/templates/student_account/password_reset.underscore
@@ -1,7 +1,7 @@
 <div class="js-form-feedback" aria-live="assertive" tabindex="-1">
 </div>
 
-<h2><%- gettext("Password assistance") %></h2>
+<h1><%- gettext("Password assistance") %></h1>
 
 <form id="password-reset" class="password-reset-form" tabindex="-1" method="POST">
 
-- 
GitLab