From a6e1ace2b6bdba8c08a4acfa42433f3ac073b747 Mon Sep 17 00:00:00 2001
From: rsanchez <rsanchez@curisit.net>
Date: Tue, 21 Mar 2017 10:16:22 +0000
Subject: [PATCH] #3527 feature - Added all catalogs and working fine

---
 securis/src/main/webapp/src/app/listing/organization.list.component.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/securis/src/main/webapp/src/app/listing/organization.list.component.html b/securis/src/main/webapp/src/app/listing/organization.list.component.html
index 522e7b7..56c4147 100644
--- a/securis/src/main/webapp/src/app/listing/organization.list.component.html
+++ b/securis/src/main/webapp/src/app/listing/organization.list.component.html
@@ -1,7 +1,7 @@
 <td-layout-card-over cardWidth="70">
   <md-toolbar role="toolbar" class="mat-secondary">
     <span class="push-left-sm">
-        <span class="md-title" i18n>Applications</span>
+        <span class="md-title" i18n>Organizations</span>
     </span>
     <span class="push-left-sm" *ngIf="filteredItems < data.length">
         <span class="md-body-1">{{filteredItems}} of {{data.length}} applications filtered</span>

--
Gitblit v1.3.2