Fix setting login credentials using config_flow and fix mistakes in spelling

This commit is contained in:
Kévin SIMON-QUESNEL
2020-03-28 04:38:52 +01:00
parent e5bd90ae6f
commit cbed2cebb3
3 changed files with 30 additions and 25 deletions

View File

@@ -16,10 +16,10 @@
"unknown": "Unknown error"
},
"abort": {
"one_instance_allowed": "Only a single instance is allowed."
"one_instance_allowed": "Only one instance is allowed."
},
"create_entry": {
"default": "\n\nLogin succes"
"default": "\n\nLogin success"
}
}
}

View File

@@ -4,7 +4,7 @@
"step": {
"georide_login": {
"title": "Configuration de GeoRide",
"description": "T'es un mortard ! V",
"description": "T'es un motard ! V",
"data": {
"email": "email",
"password": "password"
@@ -12,14 +12,14 @@
}
},
"error": {
"faulty_credentials": "Connexion \u00e9chou\u00e9",
"unkonwn": "Erreur inconue"
"faulty_credentials": "Connexion \u00e9chou\u00e9e",
"unkonwn": "Erreur inconnue"
},
"abort": {
"one_instance_allowed": "Seulement un instance est authoris\u00e9e"
"one_instance_allowed": "Seulement une instance est autoris\u00e9e"
},
"create_entry": {
"default": "\n\nConnexion r\u00e9ussie!"
"default": "\n\nConnexion r\u00e9ussie !"
}
}
}