diff --git a/homeassistant/components/almond/strings.json b/homeassistant/components/almond/strings.json index e8244798e81..9c85eeb92c1 100644 --- a/homeassistant/components/almond/strings.json +++ b/homeassistant/components/almond/strings.json @@ -1,7 +1,7 @@ { "config": { "step": { - "pick_implementation": { "title": "Pick Authentication Method" }, + "pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, "hassio_confirm": { "title": "Almond via Hass.io add-on", "description": "Do you want to configure Home Assistant to connect to Almond provided by the Hass.io add-on: {addon}?" diff --git a/homeassistant/components/home_connect/strings.json b/homeassistant/components/home_connect/strings.json index 798fe2930a0..2c624f8b0a3 100644 --- a/homeassistant/components/home_connect/strings.json +++ b/homeassistant/components/home_connect/strings.json @@ -2,7 +2,7 @@ "config": { "step": { "pick_implementation": { - "title": "Pick Authentication Method" + "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" } }, "abort": { diff --git a/homeassistant/components/smappee/strings.json b/homeassistant/components/smappee/strings.json index 1bec8fda0cc..63cf4254e54 100644 --- a/homeassistant/components/smappee/strings.json +++ b/homeassistant/components/smappee/strings.json @@ -19,7 +19,7 @@ "title": "Discovered Smappee device" }, "pick_implementation": { - "title": "Pick Authentication Method" + "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" } }, "abort": { diff --git a/homeassistant/components/somfy/strings.json b/homeassistant/components/somfy/strings.json index 2f54456091c..384b9c3c5e5 100644 --- a/homeassistant/components/somfy/strings.json +++ b/homeassistant/components/somfy/strings.json @@ -1,7 +1,7 @@ { "config": { "step": { - "pick_implementation": { "title": "Pick Authentication Method" } + "pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" } }, "abort": { "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", diff --git a/homeassistant/components/spotify/strings.json b/homeassistant/components/spotify/strings.json index 8e3fa6fc679..5a7e56013cc 100644 --- a/homeassistant/components/spotify/strings.json +++ b/homeassistant/components/spotify/strings.json @@ -1,7 +1,7 @@ { "config": { "step": { - "pick_implementation": { "title": "Pick Authentication Method" }, + "pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, "reauth_confirm": { "title": "Re-authenticate with Spotify", "description": "The Spotify integration needs to re-authenticate with Spotify for account: {account}" diff --git a/homeassistant/components/withings/strings.json b/homeassistant/components/withings/strings.json index c9d2d7ca22c..05f6d15ca11 100644 --- a/homeassistant/components/withings/strings.json +++ b/homeassistant/components/withings/strings.json @@ -7,7 +7,7 @@ "description": "Provide a unique profile name for this data. Typically this is the name of the profile you selected in the previous step.", "data": { "profile": "Profile Name" } }, - "pick_implementation": { "title": "Pick Authentication Method" }, + "pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, "reauth": { "title": "Re-authenticate Profile", "description": "The \"{profile}\" profile needs to be re-authenticated in order to continue receiving Withings data."