From 066d0f4143c5e0d3fe6e959127ccb6ef03af11e6 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 8 May 2025 09:59:58 +0200 Subject: [PATCH] Add missing hyphen to "two-factor authentication" in `subaru` (#144446) --- homeassistant/components/subaru/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/subaru/strings.json b/homeassistant/components/subaru/strings.json index 7525e73f802..6aef0041874 100644 --- a/homeassistant/components/subaru/strings.json +++ b/homeassistant/components/subaru/strings.json @@ -12,7 +12,7 @@ }, "two_factor": { "title": "[%key:component::subaru::config::step::user::title%]", - "description": "Two factor authentication required", + "description": "Two-factor authentication required", "data": { "contact_method": "Please select a contact method:" }