${h.text('clone_uri',class_="small")}
- ${_('Optional URL from which repository should be cloned.')}
+ ${_('Optional: URL of a remote repository. If set, the repository will be created as a clone from this URL.')}
%if c.repo_info.clone_uri:
@@ -35,7 +35,7 @@ ${h.form(url('repo', repo_name=c.repo_in
${h.hidden('clone_uri_change', 'NEW')}
%endif
- ${_('URL used for doing remote pulls.')}
+ ${_('Optional: URL of a remote repository. If set, the repository can be pulled from this URL.')}