mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Make login failure translateable, translate 'login.failure' to german and english
This commit is contained in:
parent
72bbadd852
commit
b72f3da489
@ -98,7 +98,7 @@ export default {
|
||||
this.$toast.success(this.$t('login.success'))
|
||||
this.$emit('success')
|
||||
} catch (err) {
|
||||
this.$toast.error(err.message)
|
||||
this.$toast.error(this.$t('login.failure'))
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@ -112,7 +112,8 @@
|
||||
"moreInfoURL": "https://human-connection.org",
|
||||
"moreInfoHint": "zur Präsentationsseite",
|
||||
"hello": "Hallo",
|
||||
"success": "Du bist eingeloggt!"
|
||||
"success": "Du bist eingeloggt!",
|
||||
"failure": "Login fehlgeschlagen"
|
||||
},
|
||||
"editor": {
|
||||
"placeholder": "Schreib etwas Inspirierendes …",
|
||||
|
||||
@ -113,7 +113,8 @@
|
||||
"moreInfoURL": "https://human-connection.org/en/",
|
||||
"moreInfoHint": "to the presentation page",
|
||||
"hello": "Hello",
|
||||
"success": "You are logged in!"
|
||||
"success": "You are logged in!",
|
||||
"failure": "Login failed"
|
||||
},
|
||||
"editor": {
|
||||
"placeholder": "Leave your inspirational thoughts …",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user