File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ You can try it out using [the online demo](https://try.gitea.io/).
106106 - Permission to create organizations
107107 - Permission to import repositories
108108 - Organization management
109- - People
109+ - Members
110110 - Teams
111111 - Avatar
112112 - Hooks
Original file line number Diff line number Diff line change @@ -2364,7 +2364,7 @@ org_full_name_holder = Organization Full Name
23642364org_name_helper = Organization names should be short and memorable.
23652365create_org = Create Organization
23662366repo_updated = Updated
2367- people = People
2367+ members = Members
23682368teams = Teams
23692369code = Code
23702370lower_members = members
Original file line number Diff line number Diff line change 4242 <div class="ui divider"></div>
4343 {{end}}
4444 <h4 class="ui top attached header gt-df">
45- <strong class="gt-f1">{{.locale.Tr "org.people "}}</strong>
45+ <strong class="gt-f1">{{.locale.Tr "org.members "}}</strong>
4646 <div class="ui">
4747 <a class="text grey gt-dif gt-ac" href="{{.OrgLink}}/members"><span>{{.MembersTotal}}</span> {{svg "octicon-chevron-right"}}</a>
4848 </div>
Original file line number Diff line number Diff line change 1818 {{end}}
1919 {{if .IsOrganizationMember}}
2020 <a class="{{if $.PageIsOrgMembers}}active {{end}}item" href="{{$.OrgLink}}/members">
21- {{svg "octicon-organization "}} {{$.locale.Tr "org.people "}}
21+ {{svg "octicon-person "}} {{$.locale.Tr "org.members "}}
2222 {{if .NumMembers}}
2323 <div class="ui primary label">{{.NumMembers}}</div>
2424 {{end}}
Original file line number Diff line number Diff line change 3939 {{if .ContextUser.IsOrganization}}
4040 {{if .IsOrganizationMember}}
4141 <a class="item" href="{{$.OrgLink}}/members">
42- {{svg "octicon-organization "}} {{$.locale.Tr "org.people "}}
42+ {{svg "octicon-person "}} {{$.locale.Tr "org.members "}}
4343 {{if .NumMembers}}
4444 <div class="ui primary label">{{.NumMembers}}</div>
4545 {{end}}
You can’t perform that action at this time.
0 commit comments