Skip to content

Commit 996be29

Browse files
committed
shorten message in clone form
1 parent 47219d5 commit 996be29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_fairly/src/widgets/CloneForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class FairlyCloneForm extends Widget {
2828
const text = document.createElement('span');
2929

3030
node.className = 'jp-RedirectForm';
31-
text.textContent = 'Enter URL or DOI of the dataset';
31+
text.textContent = 'Enter URL or DOI: ';
3232
input.placeholder = 'https://doi.org/xx.x/xx.vx';
3333

3434
label.appendChild(text);

0 commit comments

Comments
 (0)