Show More
@@ -62,7 +62,7 b'' | |||
|
62 | 62 | <div class="radios"> |
|
63 | 63 | ${h.radio('default_fork_create' + suffix, c.fork_choices[1][0], label=c.fork_choices[1][1], **kwargs)} |
|
64 | 64 | ${h.radio('default_fork_create' + suffix, c.fork_choices[0][0], label=c.fork_choices[0][1], **kwargs)} |
|
65 |
<span class="help-block">${_('Permission to create r |
|
|
65 | <span class="help-block">${_('Permission to create repository forks. Root level forks will only work if repository creation is enabled.')}</span> | |
|
66 | 66 | </div> |
|
67 | 67 | </div> |
|
68 | 68 | <div class="field"> |
General Comments 0
You need to be logged in to leave comments.
Login now