Browse Source

Warn about Amicale vs INSA account

Arnaud Vergnet 3 years ago
parent
commit
8892095f8a
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      locales/en.json
  2. 2
    2
      locales/fr.json

+ 2
- 2
locales/en.json View File

@@ -197,7 +197,7 @@
197 197
 
198 198
     "login": {
199 199
       "title": "Login",
200
-      "subtitle": "Please enter your credentials",
200
+      "subtitle": "Please enter your AMICALE credentials",
201 201
       "email": "Email",
202 202
       "emailError": "Please enter a valid email",
203 203
       "password": "Password",
@@ -451,7 +451,7 @@
451 451
   },
452 452
   "errors": {
453 453
     "title": "Error!",
454
-    "badCredentials": "Email or password invalid.",
454
+    "badCredentials": "Email or password invalid.\n\nMake sure you are using your AMICALE credentials, and not INSA.",
455 455
     "badToken": "You are not logged in. Please login and try again.",
456 456
     "noConsent": "You did not give your consent for data processing to the Amicale.",
457 457
     "tokenSave": "Could not save session token. Please contact support.",

+ 2
- 2
locales/fr.json View File

@@ -197,7 +197,7 @@
197 197
 
198 198
     "login": {
199 199
       "title": "Connexion",
200
-      "subtitle": "Entre tes identifiants",
200
+      "subtitle": "Entre tes identifiants AMICALE",
201 201
       "email": "Email",
202 202
       "emailError": "Merci d'entrer un email valide",
203 203
       "password": "Mot de passe",
@@ -451,7 +451,7 @@
451 451
   },
452 452
   "errors": {
453 453
     "title": "Erreur !",
454
-    "badCredentials": "Email ou mot de passe invalide.",
454
+    "badCredentials": "Email ou mot de passe invalide.\n\nVérifie que tu utilises bien tes identifiants AMICALE et non pas INSA.",
455 455
     "badToken": "Tu n'est pas connecté. Merci de te connecter puis réessayes.",
456 456
     "noConsent": "Tu n'as pas donné ton consentement pour l'utilisation de tes données personnelles.",
457 457
     "tokenSave": "Impossible de sauvegarder le token de session. Merci de contacter le support.",

Loading…
Cancel
Save