mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Missing strings in Login form
This commit is contained in:
parent
d95cc1ff61
commit
58ba7ce144
2 changed files with 5 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
class="mr-2"
|
class="mr-2"
|
||||||
>
|
>
|
||||||
</v-progress-circular>
|
</v-progress-circular>
|
||||||
<v-toolbar-title class="headline"> Login </v-toolbar-title>
|
<v-toolbar-title class="headline">{{$t('user.login')}}</v-toolbar-title>
|
||||||
<v-spacer></v-spacer>
|
<v-spacer></v-spacer>
|
||||||
</v-app-bar>
|
</v-app-bar>
|
||||||
<v-card-text>
|
<v-card-text>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
>
|
>
|
||||||
</v-card-actions>
|
</v-card-actions>
|
||||||
<v-alert v-if="error" outlined class="mt-3 mb-0" type="error">
|
<v-alert v-if="error" outlined class="mt-3 mb-0" type="error">
|
||||||
Could Not Validate Credentials
|
{{$t('user.could-not-validate-credentials')}}
|
||||||
</v-alert>
|
</v-alert>
|
||||||
</v-card-text>
|
</v-card-text>
|
||||||
</v-card>
|
</v-card>
|
||||||
|
|
|
@ -85,7 +85,9 @@
|
||||||
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
"are-you-sure-you-want-to-delete-the-link": "Are you sure you want to delete the link <b>{link}<b/>?",
|
||||||
"link-id": "Link ID",
|
"link-id": "Link ID",
|
||||||
"users": "Users",
|
"users": "Users",
|
||||||
"groups": "Groups"
|
"groups": "Groups",
|
||||||
|
"could-not-validate-credentials": "Could Not Validate Credentials",
|
||||||
|
"login": "Login"
|
||||||
},
|
},
|
||||||
"meal-plan": {
|
"meal-plan": {
|
||||||
"shopping-list": "Shopping List",
|
"shopping-list": "Shopping List",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue