Skip to content

Commit b0dfce4

Browse files
committed
CHANGE Git History View button
1 parent fcf7c1c commit b0dfce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FileBrowserModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const FileBrowserModal: React.FC<FileBrowserModalProps> = ({ open, onClose, onSe
7878
</div>
7979

8080
<div className="modal-actions">
81-
<button onClick={onClose} className="modal-button cancel-button">Cancel</button>
81+
<button onClick={onClose} className="modal-button cancel-button">Close</button>
8282
<button
8383
onClick={handleOpenSelected}
8484
className="modal-button submit-button"

0 commit comments

Comments
 (0)