diff --git a/app/Lib/lang.php b/app/Lib/lang.php index 4405258c0..1863c85d8 100644 --- a/app/Lib/lang.php +++ b/app/Lib/lang.php @@ -164,6 +164,7 @@ 'ct.navigation_links.1' => 'Navigation Link', 'ct.navigation_links.pl' => 'Navigation Links', 'ct.org_identities.1' => 'Organizational Identity', + 'ct.org_identities.fi' => 'Organizational Identity Filter', 'ct.org_identities.se' => 'Organizational Identity Search', 'ct.org_identities.pl' => 'Organizational Identities', 'ct.org_identity_sources.1' => 'Organizational Identity Source', @@ -1033,6 +1034,7 @@ 'fd.cou-a' => '%1$s COU', 'fd.co_group.auto' => 'Automatic', 'fd.co_group.group_type' => 'Group Type', + 'fd.co_people.filter' => 'CO Person Filter', 'fd.co_people.search' => 'CO Person Search', 'fd.co_people.status' => 'CO Person Status', 'fd.created' => 'Created', diff --git a/app/View/CoPeople/search-side.inc b/app/View/CoPeople/search-side.inc index 8c147a767..cb30b5c12 100644 --- a/app/View/CoPeople/search-side.inc +++ b/app/View/CoPeople/search-side.inc @@ -33,7 +33,7 @@ global $cm_lang, $cm_texts;