diff --git a/src/panels/config/cloud/account/cloud-ice-servers-pref.ts b/src/panels/config/cloud/account/cloud-ice-servers-pref.ts index 8b457700501c..d6be05414130 100644 --- a/src/panels/config/cloud/account/cloud-ice-servers-pref.ts +++ b/src/panels/config/cloud/account/cloud-ice-servers-pref.ts @@ -19,7 +19,8 @@ export class CloudICEServersPref extends LitElement { return nothing; } - const { cloud_ice_servers_enabled } = this.cloudStatus.prefs; + const { cloud_ice_servers_enabled: cloudICEServersEnabled } = + this.cloudStatus.prefs; return html`
diff --git a/src/translations/en.json b/src/translations/en.json index 4f4ac7d9253e..db5e1e046443 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3930,8 +3930,8 @@ "more_info": "More details" }, "ice_servers": { - "title": "Cloud WebRTC ICE servers", - "info": "Do you want to use Home Assistant Cloud for WebRTC connections? Enable this option to use the Home Assistant Cloud WebRTC ICE servers.", + "title": "WebRTC connections", + "info": "Home Assistant Cloud provides WebRTC servers. This improves your ability to view your camera streams when you are away from home.", "link_learn_how_it_works": "Learn how it works" }, "alexa": {