Change some wording, fix typos
This commit is contained in:
parent
1c3f7000cc
commit
5332e60dba
|
|
@ -3,7 +3,7 @@
|
|||
<main
|
||||
class="check-email__content content"
|
||||
data-cy="email-check">
|
||||
<p class="content__instructions">Eine Email ist auf dem Weg, bitte überprüfen sie ihre E-mail Konto.</p>
|
||||
<p class="content__instructions">Eine E-Mail ist auf dem Weg, bitte überprüfen sie ihr Postfach.</p>
|
||||
</main>
|
||||
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -6,34 +6,34 @@
|
|||
data-cy="forgot-password">Passwort vergessen?</h1>
|
||||
</header>
|
||||
<section class="forgot-password__section forgot-password__text">
|
||||
<p class="forgot-info">Ihr Benutzerkonto wird durch den Hep Verlag verwaltet und deshalb können Sie das Passwort ausschliesslicht auf
|
||||
<p class="forgot-info">
|
||||
Ihr Benutzerkonto wird durch den hep Verlag verwaltet. Um Ihr Passwort zurückzusetzen,
|
||||
gehen Sie
|
||||
auf die Verlagsseite.</p>
|
||||
</section>
|
||||
<section class="forgot-password__section forgot-password__text">
|
||||
<p class="forgot-info">
|
||||
Passwort unter
|
||||
<a
|
||||
class="hep-link"
|
||||
href="https://www.hep-verlag.ch">www.hep-verlag.ch</a> verwaltet werden.</p>
|
||||
<p class="forgot-info">Melden Sie sich mit der gleichen E-Mail-Adresse und dem gleichen </p>
|
||||
</section>
|
||||
<section class="forgot-password__section forgot-password__link">
|
||||
<a
|
||||
class="button button--primary button--big actions__submit"
|
||||
href="https://www.hep-verlag.ch">Hep Verlag Webseite besuchen</a>
|
||||
href="https://www.hep-verlag.ch/customer/account/forgotpassword/"
|
||||
target="_blank">www.hep-verlag.ch</a> zurücksetzen</p>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "@/styles/_variables.scss";
|
||||
@import "@/styles/_mixins.scss";
|
||||
@import "@/styles/_variables.scss";
|
||||
@import "@/styles/_mixins.scss";
|
||||
|
||||
.forgot-info {
|
||||
font-family: $sans-serif-font-family;
|
||||
.forgot-info {
|
||||
font-family: $sans-serif-font-family;
|
||||
margin-bottom: $medium-spacing;
|
||||
|
||||
&:last-child {
|
||||
}
|
||||
|
||||
.forgot-password__link {
|
||||
margin-top: $large-spacing;
|
||||
}
|
||||
}
|
||||
|
||||
.forgot-password__link {
|
||||
margin-top: $large-spacing;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<template>
|
||||
<div>
|
||||
<h1 data-cy="join-class-title">Zugangscode eingeben</h1>
|
||||
<h1 data-cy="join-class-title">Einer Klasse beitreten</h1>
|
||||
<div>
|
||||
<div class="skillboxform-input">
|
||||
<label
|
||||
for="join-code"
|
||||
class="skillboxform-input__label">Zugangscode</label>
|
||||
class="skillboxform-input__label">Zugangscode eingeben</label>
|
||||
<input
|
||||
:class="{'skillboxform-input__input--error': error}"
|
||||
:value="code"
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<template>
|
||||
<div class="login public-page">
|
||||
<header class="info-header">
|
||||
<p class="info-header__text small-emph">Super wir haben für <span
|
||||
class="info-header__emph">{{ helloEmail.email }}</span> ein Hep Konto gefunden</p>
|
||||
<p class="info-header__text small-emph">Super, wir haben für <span
|
||||
class="info-header__emph">{{ helloEmail.email }}</span> ein hep-Konto gefunden.</p>
|
||||
<h1
|
||||
class="login__title public-page__title"
|
||||
data-cy="login-title">Bitte geben Sie das passende Passwort ein</h1>
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
})
|
||||
.catch((error) => {
|
||||
if (error.response.data.message && error.response.data.message === 'Sie haben sich nicht korrekt eingeloggt oder Ihr Konto ist vor\u00fcbergehend deaktiviert.') {
|
||||
this.passwordErrors = ['Sie haben sich nicht korrekt eingeloggt oder Ihr Konto ist vorübergehend deaktiviert.'];
|
||||
this.passwordErrors = ['Die von Ihnen eingegebene E-Mail-Adresse und das Passwort passen nicht zusammen.'];
|
||||
} else {
|
||||
this.passwordErrors = ['Es ist ein Fehler aufgetreten. Bitte versuchen Sie nochmals.'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue