Skip to content

Commit 65cd776

Browse files
authored
URL should be uppercase (jupyterlab#1160)
1 parent 8be38bc commit 65cd776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ManageRemoteDialogue.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export class ManageRemoteDialogue extends React.Component<
102102
<label className={remoteDialogInputClass}>
103103
<span>
104104
{this.props.trans.__(
105-
'Enter a new remote repository name and url'
105+
'Enter a new remote repository name and URL'
106106
)}
107107
</span>
108108
<input

0 commit comments

Comments
 (0)