Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Marked some text for translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Aug 6, 2014
1 parent efece47 commit 476419e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if request.session.sociallogin_provider == 'persona' %}
<i aria-hidden="true" class="icon-user" title="Signed in with Persona"></i>
<i aria-hidden="true" class="icon-user" title="{{ _('Signed in with Persona') }}"></i>
{% elif request.session.sociallogin_provider == 'github' %}
<i aria-hidden="true" class="icon-github" title="Signed in with GitHub"></i>
<i aria-hidden="true" class="icon-github" title="{{ _('Signed in with GitHub') }}"></i>
{% endif %}

0 comments on commit 476419e

Please sign in to comment.