Skip to content

Commit 911518d

Browse files
Merge pull request microsoft#83 from microsoft/psl-bug-modalConsistency
fix: bring consistency for "cancel" behavior from home screen
2 parents fdb0ca1 + 10d636c commit 911518d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)