-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(login): add a contact to the login site in case it doesn't work
- Loading branch information
Showing
3 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|