diff --git a/Mohem/src/app/hmg-common/ui/circle-calendar/circle-calendar.component.html b/Mohem/src/app/hmg-common/ui/circle-calendar/circle-calendar.component.html
index 74329456..9f118d5a 100644
--- a/Mohem/src/app/hmg-common/ui/circle-calendar/circle-calendar.component.html
+++ b/Mohem/src/app/hmg-common/ui/circle-calendar/circle-calendar.component.html
@@ -7,7 +7,7 @@
[dateFormatter]="calendar.dateFormatter"
(onTimeSelected)="onDayClicked($event)">
-
+
{{ts.trPK('home','absence-name')}}
diff --git a/Mohem/src/app/hmg-common/ui/circle-calendar/date-info-modal/date-info-modal.component.html b/Mohem/src/app/hmg-common/ui/circle-calendar/date-info-modal/date-info-modal.component.html
index ac469fe9..0110eb3e 100644
--- a/Mohem/src/app/hmg-common/ui/circle-calendar/date-info-modal/date-info-modal.component.html
+++ b/Mohem/src/app/hmg-common/ui/circle-calendar/date-info-modal/date-info-modal.component.html
@@ -38,7 +38,7 @@
- {{TODAYDATE.HOLIDAY_TYPE}}
+ {{TODAYDATE.LEAVE_DESCRIPTION}}
{{ts.trPK('attendance-tracking','shift-time')}}
diff --git a/Mohem/src/app/vacation-rule/home/home.component.html b/Mohem/src/app/vacation-rule/home/home.component.html
index ba2b4758..04d8002a 100644
--- a/Mohem/src/app/vacation-rule/home/home.component.html
+++ b/Mohem/src/app/vacation-rule/home/home.component.html
@@ -79,7 +79,7 @@
{{notBadge}}
- {{item.RULE_STATUS}}
+ {{item.RULE_STATUS}}
{{item.RULE_NAME}} | {{item.ITEM_TYPE_DISPLAY_NAME}}
{{item.BEGIN_DATE | dateString }} - {{item.END_DATE | dateString}}
-
-