File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -567,6 +567,7 @@ owner = Owner
567
567
repo_name = Repository Name
568
568
repo_name_helper = Good repository names use short, memorable and unique keywords.
569
569
visibility = Visibility
570
+ visibility.tooltip = Only the owner or the organization members if they have rights, will be able to see it.
570
571
visibility_helper = Make Repository Private
571
572
visibility_helper_forced = Your site administrator forces new repositories to be private.
572
573
visibility_fork_helper = (Changing this will affect all forks.)
Original file line number Diff line number Diff line change 38
38
<input id="repo_name" name="repo_name" value="{{.repo_name}}" autofocus required>
39
39
<span class="help">{{.i18n.Tr "repo.repo_name_helper"}}</span>
40
40
</div>
41
- <div class="inline field">
41
+ <div class="inline field" data-tooltip={{.i18n.Tr "repo.visibility.tooltip"}} >
42
42
<label>{{.i18n.Tr "repo.visibility"}}</label>
43
43
<div class="ui checkbox">
44
44
{{if .IsForcedPrivate}}
You can’t perform that action at this time.
0 commit comments