diff --git a/src/app/organizations/manage/collections.component.html b/src/app/organizations/manage/collections.component.html index 741901afa09..62711646e05 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 447644d5ba7..fd723ef7f46 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}}