From 36312cc27339cfd88e5b4f9c0da07160a3acb475 Mon Sep 17 00:00:00 2001 From: Wendelin <12148533+wendevlin@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:24:44 +0100 Subject: [PATCH] Simplify depends_on_cloud translation (#23042) --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 774479f15f..8069cf58ad 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -4508,7 +4508,7 @@ "internal_integration": "Internal integration", "legacy_integration": "Legacy integration", "custom_overwrites_core": "Custom integration that replaces a core component", - "depends_on_cloud": "Depends on Internet connection", + "depends_on_cloud": "Requires Internet", "yaml_only": "This integration cannot be setup from the UI", "no_config_flow": "This integration was not set up from the UI", "disabled_polling": "Automatic polling for updated data disabled",