From b842b6dd8e7b396152636f47e3601a35874b6fe3 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 3 Oct 2025 15:34:38 -0600 Subject: [PATCH] Fixed tooltip issues --- Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx b/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx index 9d13a3e..536d504 100644 --- a/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx +++ b/Data/Server/WebUI/src/Assemblies/Assembly_Editor.jsx @@ -913,7 +913,7 @@ export default function AssemblyEditor({ > \". For example, a variable named \"message\" would be written in the script as \"$env:message\"." + title="This is the name of the variable you will be referencing inside of the script. Within the script you will reference this variable with $env:." arrow placement="top-start" >