diff --git a/js/pages/profiles/profile-manager.js b/js/pages/profiles/profile-manager.js index b3fc9f4dc..6affbfbbc 100644 --- a/js/pages/profiles/profile-manager.js +++ b/js/pages/profiles/profile-manager.js @@ -205,7 +205,7 @@ define([ return (_.chain(this.conceptSets()) .map(function (ids, conceptSetName) { if (_.includes(ids, d.conceptId)) - return ' ' + conceptSetName; + return conceptSetName + " (Concept Set)"; }) .compact() .value()