diff --git a/homeassistant/components/august/strings.json b/homeassistant/components/august/strings.json index 024b633e456..998d870e629 100644 --- a/homeassistant/components/august/strings.json +++ b/homeassistant/components/august/strings.json @@ -7,7 +7,7 @@ }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", - "reauth_successful": "Re-authentication was successful" + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "step": { "validation": { diff --git a/homeassistant/components/awair/strings.json b/homeassistant/components/awair/strings.json index 1351cbd2db0..10041e19e56 100644 --- a/homeassistant/components/awair/strings.json +++ b/homeassistant/components/awair/strings.json @@ -23,7 +23,7 @@ "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "no_devices": "[%key:common::config_flow::abort::no_devices_found%]", - "reauth_successful": "[%key:common::config_flow::data::access_token%] updated successfully" + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } } } diff --git a/homeassistant/components/azure_devops/strings.json b/homeassistant/components/azure_devops/strings.json index 2bb53010153..64ad79c7698 100644 --- a/homeassistant/components/azure_devops/strings.json +++ b/homeassistant/components/azure_devops/strings.json @@ -26,7 +26,7 @@ }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", - "reauth_successful": "[%key:common::config_flow::data::access_token%] updated successfully" + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } }, "title": "Azure DevOps" diff --git a/homeassistant/components/plex/strings.json b/homeassistant/components/plex/strings.json index 3e1d76c344a..bfe6375f5ac 100644 --- a/homeassistant/components/plex/strings.json +++ b/homeassistant/components/plex/strings.json @@ -41,7 +41,7 @@ "all_configured": "All linked servers already configured", "already_configured": "This Plex server is already configured", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", - "reauth_successful": "Successfully reauthenticated", + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "token_request_timeout": "Timed out obtaining token", "unknown": "[%key:common::config_flow::error::unknown%]" } diff --git a/homeassistant/components/sharkiq/strings.json b/homeassistant/components/sharkiq/strings.json index 114087697ad..ccd66a38297 100644 --- a/homeassistant/components/sharkiq/strings.json +++ b/homeassistant/components/sharkiq/strings.json @@ -22,7 +22,7 @@ "abort": { "already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "reauth_successful": "[%key:common::config_flow::data::access_token%] updated successfully", + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "unknown": "[%key:common::config_flow::error::unknown%]" } } diff --git a/homeassistant/components/simplisafe/strings.json b/homeassistant/components/simplisafe/strings.json index 7f724de9db5..44b69bdf6bf 100644 --- a/homeassistant/components/simplisafe/strings.json +++ b/homeassistant/components/simplisafe/strings.json @@ -29,7 +29,7 @@ }, "abort": { "already_configured": "This SimpliSafe account is already in use.", - "reauth_successful": "SimpliSafe successfully reauthenticated." + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } }, "options": { diff --git a/homeassistant/components/sonarr/strings.json b/homeassistant/components/sonarr/strings.json index c7d624b2361..830b2ccdf7a 100644 --- a/homeassistant/components/sonarr/strings.json +++ b/homeassistant/components/sonarr/strings.json @@ -25,7 +25,7 @@ }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", - "reauth_successful": "Successfully re-authenticated", + "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "unknown": "[%key:common::config_flow::error::unknown%]" } }, diff --git a/homeassistant/strings.json b/homeassistant/strings.json index a9cb41b1121..9449c086023 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -62,7 +62,8 @@ "no_devices_found": "No devices found on the network", "oauth2_missing_configuration": "The component is not configured. Please follow the documentation.", "oauth2_authorize_url_timeout": "Timeout generating authorize URL.", - "oauth2_no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})" + "oauth2_no_url_available": "No URL available. For information about this error, [check the help section]({docs_url})", + "reauth_successful": "Re-authentication was successful" } } }