This commit is contained in:
c0ffeeca7 2023-09-03 17:34:54 +02:00 committed by GitHub
parent 9e9a0e377e
commit e666aac1bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5352,7 +5352,7 @@
"current_token_tooltip": "Unable to delete current refresh token" "current_token_tooltip": "Unable to delete current refresh token"
}, },
"long_lived_access_tokens": { "long_lived_access_tokens": {
"header": "Long-Lived access tokens", "header": "Long-lived access tokens",
"description": "Create long-lived access tokens to allow your scripts to interact with your Home Assistant instance. Each token will be valid for 10 years from creation. The following long-lived access tokens are currently active.", "description": "Create long-lived access tokens to allow your scripts to interact with your Home Assistant instance. Each token will be valid for 10 years from creation. The following long-lived access tokens are currently active.",
"learn_auth_requests": "Learn how to make authenticated requests.", "learn_auth_requests": "Learn how to make authenticated requests.",
"created": "Created {date}", "created": "Created {date}",
@ -5419,7 +5419,7 @@
}, },
"mfa": { "mfa": {
"data": { "data": {
"code": "Two-factor Authentication Code" "code": "Two-factor authentication code"
}, },
"description": "Open the **{mfa_module_name}** on your device to view your two-factor authentication code and verify your identity:" "description": "Open the **{mfa_module_name}** on your device to view your two-factor authentication code and verify your identity:"
} }