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
923923permissions_public_only = Public only
924924permissions_access_all = All (public, private, and limited)
925925permission_not_set = Not set
926+ permission_not_set_helper = No public access to this unit
926927permission_no_access = No Access
927928permission_read = Read
928929permission_write = Read and Write
Original file line number Diff line number Diff line change 1616 <table class="ui table unstackable tw-my-2">
1717 <tr>
1818 <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>
2021 <th>{{ctx.Locale.Tr "settings.permission_anonymous_read"}}
2122 <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>
2223 <th>{{ctx.Locale.Tr "settings.permission_everyone_read"}}
You can’t perform that action at this time.
0 commit comments