mirror of
https://github.com/ThisIsBenny/wishlist-app.git
synced 2025-06-07 05:57:41 +00:00
#3 add translation for login button
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
a1f84af53b
commit
1d9aae5c5c
3 changed files with 7 additions and 1 deletions
|
@ -25,6 +25,9 @@
|
|||
"api-key": {
|
||||
"placeholder": "API-Key",
|
||||
"error-requried": "API-Key wird benötigt"
|
||||
},
|
||||
"submit": {
|
||||
"text": "Anmelden"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
"api-key": {
|
||||
"placeholder": "API-Key",
|
||||
"error-requried": "API-Key is required"
|
||||
},
|
||||
"submit": {
|
||||
"text": "Login"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ const onSubmit = (values: any): void => {
|
|||
class="h-12 w-full"
|
||||
mode="primary"
|
||||
:disabled="!meta.dirty || !meta.valid"
|
||||
>Submit</BaseButton
|
||||
>{{ t('pages.login-view.main.form.submit.text') }}</BaseButton
|
||||
>
|
||||
</Form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue