mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Say "log in" instead of "login" on the authorize page (#18175)
This commit is contained in:
parent
7e630d0fc5
commit
b3f1783269
@ -5443,7 +5443,7 @@
|
|||||||
},
|
},
|
||||||
"page-authorize": {
|
"page-authorize": {
|
||||||
"initializing": "Initializing",
|
"initializing": "Initializing",
|
||||||
"authorizing": "Login to your Home Assistant instance",
|
"authorizing": "Log in to your Home Assistant instance",
|
||||||
"authorizing_app": "You're about to give the Home Assistant Companion app for {app} access to your Home Assistant instance.",
|
"authorizing_app": "You're about to give the Home Assistant Companion app for {app} access to your Home Assistant instance.",
|
||||||
"authorizing_client": "You're about to give {clientId} access to your Home Assistant instance.",
|
"authorizing_client": "You're about to give {clientId} access to your Home Assistant instance.",
|
||||||
"logging_in_with": "Logging in with {authProviderName}.",
|
"logging_in_with": "Logging in with {authProviderName}.",
|
||||||
@ -5453,7 +5453,7 @@
|
|||||||
"form": {
|
"form": {
|
||||||
"working": "Please wait",
|
"working": "Please wait",
|
||||||
"unknown_error": "Something went wrong",
|
"unknown_error": "Something went wrong",
|
||||||
"next": "Login",
|
"next": "Log in",
|
||||||
"start_over": "Start over",
|
"start_over": "Start over",
|
||||||
"error": "Error: {error}",
|
"error": "Error: {error}",
|
||||||
"providers": {
|
"providers": {
|
||||||
@ -5500,7 +5500,7 @@
|
|||||||
"invalid_code": "Invalid authentication code"
|
"invalid_code": "Invalid authentication code"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"login_expired": "Session expired, please login again."
|
"login_expired": "Session expired, please log in again."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"legacy_api_password": {
|
"legacy_api_password": {
|
||||||
@ -5533,7 +5533,7 @@
|
|||||||
"data": {
|
"data": {
|
||||||
"user": "User"
|
"user": "User"
|
||||||
},
|
},
|
||||||
"description": "Please select a user you want to login as:"
|
"description": "Please select a user you want to log in as:"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user