From 101aa67ba691700f96780b549478bd138b819ab6 Mon Sep 17 00:00:00 2001 From: kokodev Date: Sun, 6 Oct 2024 21:14:20 -0700 Subject: [PATCH] Update VariableBox.tsx --- resources/scripts/components/server/startup/VariableBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/scripts/components/server/startup/VariableBox.tsx b/resources/scripts/components/server/startup/VariableBox.tsx index 4edd1daf0..96f857328 100644 --- a/resources/scripts/components/server/startup/VariableBox.tsx +++ b/resources/scripts/components/server/startup/VariableBox.tsx @@ -63,7 +63,7 @@ const VariableBox = ({ variable }: Props) => { title={

{!variable.isEditable && ( - Read Only + Read Only )} {variable.name}