We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47219d5 commit 996be29Copy full SHA for 996be29
jupyter_fairly/src/widgets/CloneForm.ts
@@ -28,7 +28,7 @@ export class FairlyCloneForm extends Widget {
28
const text = document.createElement('span');
29
30
node.className = 'jp-RedirectForm';
31
- text.textContent = 'Enter URL or DOI of the dataset';
+ text.textContent = 'Enter URL or DOI: ';
32
input.placeholder = 'https://doi.org/xx.x/xx.vx';
33
34
label.appendChild(text);
0 commit comments