[aidan] ui: fix popover descs

This commit is contained in:
abccodes
2026-06-18 02:21:39 -07:00
parent 9d13b3e496
commit 5648db5b77
@@ -83,7 +83,7 @@ export default function EditAgentSavePopovers({
Throw away every edit from this session? This can't be undone.
</Typography>
<OptionRow label="Discard changes" hint="Revert to the saved workflow" onClick={onConfirmDiscard} danger />
<OptionRow label="Keep editing" hint="Go back and keep your changes" onClick={onClose} />
<OptionRow label="Keep editing" hint="Stay on the editing window" onClick={onClose} />
</>
)}
</Popover>