We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f254f commit 7666f87Copy full SHA for 7666f87
src/components/OpenWithButton.js
@@ -41,7 +41,7 @@ const OpenWithButton = ({ pdes, dataFiles }) => {
41
className={classnames(css.root)}
42
onClick={() => setShowInstructions(true)}
43
>
44
- <ProcessingIcon /> {'Open With Processing'}
+ <ProcessingIcon /> {'Open In Processing'}
45
{showInstructions && (
46
<div className={classnames(css.instructions)}>
47
<h1>Opening Processing<span className={css.ellipsis}></span></h1>
0 commit comments