diff --git a/src/components/PluginSettings/PluginModal.tsx b/src/components/PluginSettings/PluginModal.tsx index 592b6cb9..7331fffa 100644 --- a/src/components/PluginSettings/PluginModal.tsx +++ b/src/components/PluginSettings/PluginModal.tsx @@ -214,7 +214,7 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti size={Button.Sizes.SMALL} color={Button.Colors.RED} > - Exit Without Saving + Cancel {({ onMouseEnter, onMouseLeave }) => ( @@ -226,7 +226,7 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti onMouseLeave={onMouseLeave} disabled={!canSubmit()} > - Save & Exit + Save & Close )}