diff --git a/src/app/organizations/manage/collections.component.html b/src/app/organizations/manage/collections.component.html index 741901afa0..62711646e0 100644 --- a/src/app/organizations/manage/collections.component.html +++ b/src/app/organizations/manage/collections.component.html @@ -13,7 +13,7 @@ -

{{'noItemsInList' | i18n}}

+

{{'noCollectionsInList' | i18n}}

diff --git a/src/app/organizations/manage/groups.component.html b/src/app/organizations/manage/groups.component.html index 447644d5ba..fd723ef7f4 100644 --- a/src/app/organizations/manage/groups.component.html +++ b/src/app/organizations/manage/groups.component.html @@ -13,7 +13,7 @@ -

{{'noItemsInList' | i18n}}

+

{{'noGroupsInList' | i18n}}