Skip to content

Commit

Permalink
Inclusion population visualization shows code as label OHDSI#2565 (OH…
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-abushkevich authored and m0nhawk committed Nov 1, 2021
1 parent f7e8a40 commit e0b571c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ define(['knockout',
self.pass(passed);
self.fail(failed);
// self.rectSummary(size + ' people (' + percentage.toFixed(2) + '%), ' + pass_count + ' criteria passed, ' + fail_count + ' criteria failed.');
self.rectSummary(ko.i18nformat('components.feasibilityIntersectReport.rectSummary', '<%=size%> people (<%=percentage%>%), <%=passCount%> criteria passed, <%=failCount%> criteria failed.', {size: size, percentage: percentage.toFixed(2), passCount: pass_count, failCount: fail_count }));
self.rectSummary(ko.i18nformat('components.feasibilityIntersectReport.rectSummary', '<%=size%> people (<%=percentage%>%), <%=passCount%> criteria passed, <%=failCount%> criteria failed.', {size: size, percentage: percentage.toFixed(2), passCount: pass_count, failCount: fail_count })());
}

self.handleCellOver = function (data, context, event) {
Expand Down

0 comments on commit e0b571c

Please sign in to comment.