You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to add and remove all repositories to/from team. (#8867)
* Allow to add and remove all repositories to team.
* Change style, buttons on same row.
* Apply suggestions from code review
Grammar
Co-Authored-By: guillep2k <[email protected]>
* Move set num repos to lower function.
* Make general language sentences
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+8-2
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,10 @@ pull_requests = Pull Requests
68
68
issues = Issues
69
69
70
70
cancel = Cancel
71
+
add = Add
72
+
add_all = Add All
73
+
remove = Remove
74
+
remove_all = Remove All
71
75
72
76
write = Write
73
77
preview = Preview
@@ -1583,8 +1587,10 @@ teams.write_permission_desc = This team grants <strong>Write</strong> access: me
1583
1587
teams.admin_permission_desc = This team grants <strong>Admin</strong> access: members can read from, push to and add collaborators to team repositories.
<a class="ui red small button right" href="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/repo/remove?repoid={{.ID}}">{{$.i18n.Tr "org.teams.remove_repo"}}</a>
38
+
<a class="ui red small button right" href="{{$.OrgLink}}/teams/{{$.Team.LowerName}}/action/repo/remove?repoid={{.ID}}">{{$.i18n.Tr "remove"}}</a>
0 commit comments