From 4a2ff2505255f600b14c172c920b7f4024faf43a Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 24 Dec 2025 22:55:54 +0200 Subject: [PATCH] chore(client): provide workaround for bypassing widget-missing-parent --- apps/client/src/translations/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index e0c5a49b6..8f9bb7aeb 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -29,7 +29,7 @@ "widget-render-error": { "title": "Failed to render a custom React widget" }, - "widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.", + "widget-missing-parent": "Custom widget does not have mandatory '{{property}}' property defined.\n\nIf this script is meant to be run without a UI element, use '#run=frontendStartup' instead.", "open-script-note": "Open script note", "scripting-error": "Custom script error: {{title}}" },