From 9432abbd1a079a5e7785d0993a3a4be619d4c09c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 10 Jul 2018 10:07:52 -0400 Subject: [PATCH] no group/collections message --- src/app/organizations/manage/collections.component.html | 2 +- src/app/organizations/manage/groups.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}