From 36ce36fff8fe9938ca31cd5448903861f8e930d2 Mon Sep 17 00:00:00 2001 From: Alex ORLUC <alex.orluc@maarch.org> Date: Thu, 31 Jan 2019 18:35:21 +0100 Subject: [PATCH] FEAT #9062 add custom unit in summary sheet --- src/frontend/app/list/summarySheet/summary-sheet.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/list/summarySheet/summary-sheet.component.html b/src/frontend/app/list/summarySheet/summary-sheet.component.html index db6e06ee557..cf194f194be 100644 --- a/src/frontend/app/list/summarySheet/summary-sheet.component.html +++ b/src/frontend/app/list/summarySheet/summary-sheet.component.html @@ -11,7 +11,7 @@ </mat-button-toggle-group> </div> <div class="col-md-4 text-center"> - {{lang.summarySheet}}<br/>{{lang.chronoNumber}} + <b>{{lang.summarySheet}}</b><br/>{{lang.chronoNumber}} </div> <div class="col-md-4 text-right"> {{lang.appName}} / {{lang.printDate}} -- GitLab