Update institution login page title (#25892)

This commit is contained in:
Zainab Amir
2020-12-16 12:51:38 +05:00
committed by GitHub
parent 68ec6ba579
commit c6be0f9d51
2 changed files with 11 additions and 14 deletions

View File

@@ -1,11 +1,9 @@
<div class="wrapper-other-login">
<div class="section-title lines">
<h1>
<span class="text">
<%- gettext("Sign in with Institution/Campus Credentials") %>
</span>
</h1>
</div>
<h1 class="section-title">
<span class="text">
<%- gettext("Sign in with Institution/Campus Credentials") %>
</span>
</h1>
<p class="instructions"><%- gettext("Choose your institution from the list below:") %></p>

View File

@@ -1,11 +1,10 @@
<div class="wrapper-other-login">
<div class="section-title lines">
<h1>
<span class="text">
<%- gettext("Register with Institution/Campus Credentials") %>
</span>
</h1>
</div>
<h1 class="section-title">
<span class="text">
<%- gettext("Register with Institution/Campus Credentials") %>
</span>
</h1>
<p class="instructions"><%- gettext("Choose your institution from the list below:") %></p>