We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fdb0ca1 + 10d636c commit 911518dCopy full SHA for 911518d
2 files changed
src/frontend/src/components/uploadButton.tsx
@@ -366,7 +366,7 @@ const FileUploadZone: React.FC<FileUploadZoneProps> = ({
366
onConfirm={cancelAllUploads}
367
onCancel={() => setShowLogoCancelDialog(false)}
368
confirmText="Leave and lose progress"
369
- cancelText="Stay here"
+ cancelText="Continue"
370
/>
371
<ConfirmationDialog
372
open={showFileLimitDialog}
src/frontend/src/pages/batchView.tsx
@@ -667,7 +667,7 @@ const BatchStoryPage = () => {
667
onConfirm={handleLeave}
668
onCancel={() => setShowLeaveDialog(false)}
669
confirmText="Return to home and lose progress"
670
671
672
</div>
673
);
0 commit comments