From e666aac1bdf616bd46eff9ba3a29daa2def659bf Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Sun, 3 Sep 2023 17:34:54 +0200 Subject: [PATCH] Fix typo (#17803) --- src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index a5e0f99dbc..c47e6ae5b4 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -5352,7 +5352,7 @@ "current_token_tooltip": "Unable to delete current refresh token" }, "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.", "learn_auth_requests": "Learn how to make authenticated requests.", "created": "Created {date}", @@ -5419,7 +5419,7 @@ }, "mfa": { "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:" }