diff --git a/src/app/_components/InstalledScriptsTab.tsx b/src/app/_components/InstalledScriptsTab.tsx
index 44a3e78..b272f6d 100644
--- a/src/app/_components/InstalledScriptsTab.tsx
+++ b/src/app/_components/InstalledScriptsTab.tsx
@@ -816,9 +816,9 @@ export function InstalledScriptsTab() {
)
)}
-
+ |
{updateScriptMutation.isPending ? 'Saving...' : 'Save'}
|