diff --git a/src/app/features/pill/pill-last-taken/pill-last-taken.component.html b/src/app/features/pill/pill-last-taken/pill-last-taken.component.html index b603e29..36e3fbf 100644 --- a/src/app/features/pill/pill-last-taken/pill-last-taken.component.html +++ b/src/app/features/pill/pill-last-taken/pill-last-taken.component.html @@ -12,8 +12,10 @@
{{ "pills.last_pill" | transloco }}
- {{ "pills.taked_at" | transloco }} - {{ lastPill.timestamp | date: "HH:mm" }} +
+ {{ "pills.taked_at" | transloco }} + {{ lastPill.timestamp | date: "HH:mm" }} +
{{ "global.ago" | transloco }} @@ -38,7 +40,7 @@ {{ lastPill.nextTake | date: "HH:mm" }}
- {{ "pills.comment" | transloco }}: {{ lastPill.comment }} + {{ "pills.comment" | transloco }}: {{ lastPill.comment }}