Skip to content

Commit 7666f87

Browse files
committed
Update OpenWithButton.js
1 parent f7f254f commit 7666f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/OpenWithButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const OpenWithButton = ({ pdes, dataFiles }) => {
4141
className={classnames(css.root)}
4242
onClick={() => setShowInstructions(true)}
4343
>
44-
<ProcessingIcon /> {'Open With Processing'}
44+
<ProcessingIcon /> {'Open In Processing'}
4545
{showInstructions && (
4646
<div className={classnames(css.instructions)}>
4747
<h1>Opening Processing<span className={css.ellipsis}></span></h1>

0 commit comments

Comments
 (0)