From ae0baf6908d1d5977822fb704d71e33d691f488f Mon Sep 17 00:00:00 2001 From: Loren Norman Date: Tue, 29 Jul 2025 14:41:32 -0400 Subject: [PATCH] fix root block short description --- app/blocks/root/root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/blocks/root/root.js b/app/blocks/root/root.js index 9dfae43..1a00684 100644 --- a/app/blocks/root/root.js +++ b/app/blocks/root/root.js @@ -5,7 +5,7 @@ export default { type: "action_root", name: "Root", colour: "0", - description: "Add Triggers to determine when this Action runs.\nAdd Actions to determine what this Action does.", + description: "Add Triggers to determine when this Action runs. Add Actions to determine what this Action does.", connections: {},