Skip to content

Commit 10d636c

Browse files
author
Shreyas-Microsoft
committed
bring consistency for cancel behaviour
1 parent e8a1de7 commit 10d636c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/frontend/src/components/uploadButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ const FileUploadZone: React.FC<FileUploadZoneProps> = ({
366366
onConfirm={cancelAllUploads}
367367
onCancel={() => setShowLogoCancelDialog(false)}
368368
confirmText="Leave and lose progress"
369-
cancelText="Stay here"
369+
cancelText="Continue"
370370
/>
371371
<ConfirmationDialog
372372
open={showFileLimitDialog}

src/frontend/src/pages/batchView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ const BatchStoryPage = () => {
667667
onConfirm={handleLeave}
668668
onCancel={() => setShowLeaveDialog(false)}
669669
confirmText="Return to home and lose progress"
670-
cancelText="Stay here"
670+
cancelText="Continue"
671671
/>
672672
</div>
673673
);

0 commit comments

Comments
 (0)