fix: use single statememt
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
This commit is contained in:
parent
97f7f6345b
commit
7d1e04fac3
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
{% if provider.icon %}
|
||||
{{ provider.icon }}
|
||||
{% endif %}
|
||||
{{ _("Login With") }} {{ provider.provider_name }}</a>
|
||||
{{ _("Login With {0}").format(provider.provider_name) }}</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
<p class="text-muted login-divider">{{ _("or") }}</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue