Skip to content

Commit

Permalink
Say "log in" instead of "login" on the authorize page (#18175)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Oct 10, 2023
1 parent 7e630d0 commit b3f1783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5443,7 +5443,7 @@
},
"page-authorize": {
"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_client": "You're about to give {clientId} access to your Home Assistant instance.",
"logging_in_with": "Logging in with {authProviderName}.",
Expand All @@ -5453,7 +5453,7 @@
"form": {
"working": "Please wait",
"unknown_error": "Something went wrong",
"next": "Login",
"next": "Log in",
"start_over": "Start over",
"error": "Error: {error}",
"providers": {
Expand Down Expand Up @@ -5500,7 +5500,7 @@
"invalid_code": "Invalid authentication code"
},
"abort": {
"login_expired": "Session expired, please login again."
"login_expired": "Session expired, please log in again."
}
},
"legacy_api_password": {
Expand Down Expand Up @@ -5533,7 +5533,7 @@
"data": {
"user": "User"
},
"description": "Please select a user you want to login as:"
"description": "Please select a user you want to log in as:"
}
},
"abort": {
Expand Down

0 comments on commit b3f1783

Please sign in to comment.