update title on register page to h1 (#25813)

This commit is contained in:
Zainab Amir
2020-12-09 18:01:53 +05:00
committed by GitHub
parent dfe15503ce
commit 5c8608247f

View File

@@ -45,7 +45,7 @@
</h3>
</div>
<% } else { %>
<h2><%- gettext('Create an Account')%></h2>
<h1 class="section-title"><%- gettext('Create an Account')%></h1>
<% } %>
<% } else if (context.autoRegisterWelcomeMessage) { %>
<span class="auto-register-message"><%- context.autoRegisterWelcomeMessage %></span>