File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -923,6 +923,7 @@ repo_and_org_access = Repository and Organization Access
923
923
permissions_public_only = Public only
924
924
permissions_access_all = All (public, private, and limited)
925
925
permission_not_set = Not set
926
+ permission_not_set_helper = No public access to this unit
926
927
permission_no_access = No Access
927
928
permission_read = Read
928
929
permission_write = Read and Write
Original file line number Diff line number Diff line change 16
16
<table class="ui table unstackable tw-my-2">
17
17
<tr>
18
18
<th></th>
19
- <th>{{ctx.Locale.Tr "settings.permission_not_set"}}</th>
19
+ <th>{{ctx.Locale.Tr "settings.permission_not_set"}}
20
+ <span class="tw-align-middle" data-tooltip-content="{{ctx.Locale.Tr "settings.permission_not_set_helper"}}">{{svg "octicon-question" 16 "tw-ml-1"}}</span></th>
20
21
<th>{{ctx.Locale.Tr "settings.permission_anonymous_read"}}
21
22
<span class="tw-align-middle" data-tooltip-content="{{ctx.Locale.Tr "settings.permission_anonymous_read_helper"}}">{{svg "octicon-question" 16 "tw-ml-1"}}</span></th>
22
23
<th>{{ctx.Locale.Tr "settings.permission_everyone_read"}}
You can’t perform that action at this time.
0 commit comments