Skip to content

Commit

Permalink
URL should be uppercase (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Aug 25, 2022
1 parent 8be38bc commit 65cd776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ManageRemoteDialogue.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class ManageRemoteDialogue extends React.Component<
<label className={remoteDialogInputClass}>
<span>
{this.props.trans.__(
'Enter a new remote repository name and url'
'Enter a new remote repository name and URL'
)}
</span>
<input
Expand Down

0 comments on commit 65cd776

Please sign in to comment.