diff --git a/homeassistant/components/remote_calendar/strings.json b/homeassistant/components/remote_calendar/strings.json index a987ca956f1..f34dd2e96e6 100644 --- a/homeassistant/components/remote_calendar/strings.json +++ b/homeassistant/components/remote_calendar/strings.json @@ -19,7 +19,7 @@ "data_description": { "calendar_name": "The name of the calendar shown in the UI.", "url": "The URL of the remote calendar.", - "verify_ssl": "Enable SSL certificate verification for secure connections." + "verify_ssl": "[%key:common::config_flow::description::verify_ssl%]" }, "description": "Please choose a name for the calendar to be imported" } diff --git a/homeassistant/strings.json b/homeassistant/strings.json index 7e70a67369d..93c8b5e88f3 100644 --- a/homeassistant/strings.json +++ b/homeassistant/strings.json @@ -75,7 +75,8 @@ }, "description": { "confirm_setup": "Do you want to start setup?", - "implementation": "The credentials you want to use to authenticate." + "implementation": "The credentials you want to use to authenticate.", + "verify_ssl": "Whether to verify the SSL certificate of the server. Disable this if the server uses a self-signed or otherwise invalid certificate." }, "error": { "cannot_connect": "Failed to connect",