Skip to content

Commit

Permalink
feat(login): add a contact to the login site in case it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnL17 authored and czosel committed Mar 20, 2023
1 parent ebf0afa commit ed194ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addon/components/login-modal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
</UkButton>
</card.footer>
</UkCard>
<div class="uk-width-2xlarge uk-margin-auto uk-margin-xlarge-top" uk-alert>
{{t "ember-gwr.components.loginModal.loginIssueContact" htmlSafe=true}}
</div>
{{else}}
<div class="uk-flex uk-flex-middle uk-flex-right">
<span class="uk-margin-right">
Expand Down
1 change: 1 addition & 0 deletions translations/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ ember-gwr:
municipalitySearch: Gemeinde suchen...
municipalityNoneFound: Es wurde keine Gemeinde gefunden
loginInfo: "<b>{user}</b> angemeldet in <b>{municipality}</b>"
loginIssueContact: "<b>Falls sie sich nicht anmelden können, melden sie sich direkt bei...</b><br><br>Hotline<br>[email protected]<br>0800 866 600<br>Von Montag bis Freitag<br>08:30-11:30 und 14:00-16:00"

logout: Abmelden

Expand Down
1 change: 1 addition & 0 deletions translations/fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ ember-gwr:
municipalitySearch: Chercher une commune...
municipalityNoneFound: Aucune commune n'a été trouvée
loginInfo: "<b>{user}</b> enregistré dans <b>{municipality}</b>"
loginIssueContact: "<b>Si vous ne parvenez pas à vous connecter, contactez directement...</b><br><br>Hotline<br>[email protected]<br>0800 866 600<br>Du lundi au vendredi<br>08:30-11:30 et 14:00-16:00"

logout: Se déconnecter

Expand Down

0 comments on commit ed194ce

Please sign in to comment.