Skip to content
Snippets Groups Projects
Commit 7036ba63 authored by Julian's avatar Julian
Browse files

Made devicelogin button text easier to understand, closes #91

parent 7b94843b
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
{% if request.values.get('devicelogin') %}
<div class="text-center text-muted mb-3">{{_("- or -")}}</div>
<div class="form-group col-12">
<a href="{{ url_for('session.devicelogin_start', ref=ref) }}" class="btn btn-primary btn-block" tabindex="0">{{_("Device Login")}}</a>
<a href="{{ url_for('session.devicelogin_start', ref=ref) }}" class="btn btn-primary btn-block" tabindex="0">{{_("Login with another device")}}</a>
</div>
{% endif %}
<div class="clearfix col-12">
......
No preview for this file type
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2021-08-13 01:48+0200\n"
"POT-Creation-Date: 2021-08-13 14:24+0200\n"
"PO-Revision-Date: 2021-05-25 21:18+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: de\n"
......@@ -1268,7 +1268,7 @@ msgid "Finish"
msgstr "Beenden"
#: uffd/session/templates/session/devicelogin.html:11
#: uffd/session/templates/session/login.html:27 uffd/templates/base.html:93
#: uffd/templates/base.html:93
msgid "Device Login"
msgstr "Gerätelogin"
......@@ -1300,6 +1300,10 @@ msgstr "Anmelden"
msgid "- or -"
msgstr "- oder -"
#: uffd/session/templates/session/login.html:27
msgid "Login with another device"
msgstr "Über anderes Gerät anmelden"
#: uffd/session/templates/session/login.html:32
msgid "Register"
msgstr "Registrieren"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment