Changed "Variables" to "Environment Variables"

This commit is contained in:
2025-10-03 17:12:50 -06:00
parent d6791a46c3
commit 7139a6780b

View File

@@ -901,7 +901,7 @@ export default function AssemblyEditor({
<Box sx={{ mt: 3 }}> <Box sx={{ mt: 3 }}>
<Typography variant="caption" sx={{ ...SECTION_TITLE_SX, mb: 1 }}> <Typography variant="caption" sx={{ ...SECTION_TITLE_SX, mb: 1 }}>
Variables Environment Variables
</Typography> </Typography>
<Typography variant="body2" sx={{ color: "#9ba3b4", mb: 2 }}> <Typography variant="body2" sx={{ color: "#9ba3b4", mb: 2 }}>
Variables are dynamically passed into the script as environment variables at runtime. Variables are dynamically passed into the script as environment variables at runtime.