Skip to content

Commit

Permalink
Merge pull request #102 from OpenPecha/fix/PECHA-52-UPDATE-LOGIN-LOCALE
Browse files Browse the repository at this point in the history
update locale
  • Loading branch information
Lungsangg authored Apr 4, 2024
2 parents c92b89a + d50355b commit a0450d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{{ user.email }}.
<a href="{% url "logout" %}">
<span class="int-en">Logout.</span>
<span class="int-he">ཕྱི་ལ་གཏོང་</span>
<span class="int-he">ཕྱིར་ཐོན།</span>
</a>
</p>
</div>
Expand Down Expand Up @@ -62,7 +62,7 @@ <h1>
</form>
<a class="registration-links control-elem" href="{% url "register" %}{% if next %}?next={{ next }}{% endif %}">
<span class="int-en">Create a new account</span>
<span class="int-he">ཐོ་ཁོངས་གསར་འཛུགས་</span>
<span class="int-he">འདིའི་ནང་ཁ་བྱང་གསར་བཟོ་བྱ་དགོས།</span>

</a>
</div>
Expand Down

0 comments on commit a0450d9

Please sign in to comment.