diff --git a/src/app/organizations/manage/collections.component.html b/src/app/organizations/manage/collections.component.html index 9f7b49db1c5..8bc219c2437 100644 --- a/src/app/organizations/manage/collections.component.html +++ b/src/app/organizations/manage/collections.component.html @@ -17,7 +17,7 @@ -
+ {{c.name}} diff --git a/src/app/organizations/manage/groups.component.html b/src/app/organizations/manage/groups.component.html index e69cab3fc34..a7ad009d1e0 100644 --- a/src/app/organizations/manage/groups.component.html +++ b/src/app/organizations/manage/groups.component.html @@ -17,7 +17,7 @@ - - +
+ {{g.name}} diff --git a/src/app/organizations/manage/people.component.html b/src/app/organizations/manage/people.component.html index 31f72590fc1..837f9ac4152 100644 --- a/src/app/organizations/manage/people.component.html +++ b/src/app/organizations/manage/people.component.html @@ -1,7 +1,20 @@ + {{u.email}} + {{'invited' | i18n}} + {{'accepted' | i18n}} {{u.name}} + {{'owner' | i18n}} + {{'admin' | i18n}} + {{'user' | i18n}} +