Skip to content

Commit eba26f2

Browse files
authored
A-1208511162281418 | Translation capability to flowsheets (#1015)
1 parent 7071285 commit eba26f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/app/clinical/dashboard/views/dashboardSections/flowSheet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
ng-dialog-class="ngdialog ngdialog-theme-default ng-dialog-all-details-page"
55
ng-dialog-data='{"section": {{section}}, "patient": {{patient}} }'
66
class="section-title has-link">
7-
<span class="title-link">{{section.title}} </span>
7+
<span class="title-link">{{::section | titleTranslate}} </span>
88
<i class="fa fa-external-link"></i>
99
</h2>
1010
<pivot-table patient-uuid="patient.uuid" config="section.dashboardConfig" display-name="section.dashboardConfig.label" status="status"></pivot-table>

ui/app/common/displaycontrols/pivottable/views/pivotTable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 ng-if="::(displayName || diseaseName)" class="section-title section-title-pi
1010
<table ng-class="::{'h-scroll':showOnPrint, 'pivot-table':showOnPrint, 'h-scroll-print': !showOnPrint}">
1111
<thead>
1212
<tr>
13-
<th class="row-header-group">{{::heading}}</th>
13+
<th class="row-header-group">{{::heading | translate}}</th>
1414
<th ng-repeat="concept in ::result.concepts track by $index">
1515
<span>{{::concept.shortName}}</span>
1616
<hint concept-details="concept"/>

0 commit comments

Comments
 (0)