mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Change login.failure translations, log login.failure error
This commit is contained in:
parent
b72f3da489
commit
b89ef8987e
@ -99,6 +99,7 @@ export default {
|
||||
this.$emit('success')
|
||||
} catch (err) {
|
||||
this.$toast.error(this.$t('login.failure'))
|
||||
console.log(err)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@ -113,7 +113,7 @@
|
||||
"moreInfoHint": "zur Präsentationsseite",
|
||||
"hello": "Hallo",
|
||||
"success": "Du bist eingeloggt!",
|
||||
"failure": "Login fehlgeschlagen"
|
||||
"failure": "Fehlerhafte E-Mail-Adresse oder Passwort."
|
||||
},
|
||||
"editor": {
|
||||
"placeholder": "Schreib etwas Inspirierendes …",
|
||||
|
||||
@ -114,7 +114,7 @@
|
||||
"moreInfoHint": "to the presentation page",
|
||||
"hello": "Hello",
|
||||
"success": "You are logged in!",
|
||||
"failure": "Login failed"
|
||||
"failure": "Incorrect email address or password."
|
||||
},
|
||||
"editor": {
|
||||
"placeholder": "Leave your inspirational thoughts …",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user