From 9501a14bf8ef6ebaba3341faac910cd1749c8703 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 23 Apr 2026 15:08:48 -0400 Subject: [PATCH] Fix: Variables Text Missing Whitespace (#7844) * Added missing space to render text properly * Switching to the space method used above in file --- packages/bruno-app/src/components/VariablesEditor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/VariablesEditor/index.js b/packages/bruno-app/src/components/VariablesEditor/index.js index 3e8e3e100..8089ad49d 100644 --- a/packages/bruno-app/src/components/VariablesEditor/index.js +++ b/packages/bruno-app/src/components/VariablesEditor/index.js @@ -99,7 +99,7 @@ const VariablesEditor = ({ collection }) => {
Note: As of today, runtime variables can only be set via the API - getVar(){' '} and setVar().
- You can use the var variable with the + You can use the var variable with the{' '} {'{{var}}'} syntax.