Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login Page: Add quote and link to presentation website #261 #265

Merged
merged 7 commits into from
Sep 17, 2018
Merged
2 changes: 2 additions & 0 deletions pages/auth/login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<img src="/assets/images/registration/humanconnection.svg" alt="Human Connection"/>
</nuxt-link>
</div>
<p class="subtitle is-6">Viele kleine Leute, die in vielen kleinen Orten viele kleine Dinge tun, können das Gesicht der Welt verändern.</p>
<p class="subtitle is-7">Afrikanisches Sprichwort</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@christianeiselt please translate this quote

<p class="subtitle is-6">{{ $t('auth.login.description') }}</p>
<form @submit.prevent="login">
<div class="field">
Expand Down