##// END OF EJS Templates
perms: fixed fork permission help text to reflect the actual state on how it works.
milka -
r4664:6151a0b3 default
parent child Browse files
Show More
@@ -62,7 +62,7 b''
62 <div class="radios">
62 <div class="radios">
63 ${h.radio('default_fork_create' + suffix, c.fork_choices[1][0], label=c.fork_choices[1][1], **kwargs)}
63 ${h.radio('default_fork_create' + suffix, c.fork_choices[1][0], label=c.fork_choices[1][1], **kwargs)}
64 ${h.radio('default_fork_create' + suffix, c.fork_choices[0][0], label=c.fork_choices[0][1], **kwargs)}
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 root level repository forks. When disabled, users can still fork repositories inside their own repository groups.')}</span>
65 <span class="help-block">${_('Permission to create repository forks. Root level forks will only work if repository creation is enabled.')}</span>
66 </div>
66 </div>
67 </div>
67 </div>
68 <div class="field">
68 <div class="field">
General Comments 0
You need to be logged in to leave comments. Login now