diff --git a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html index 4a33165926..9d20f85c90 100644 --- a/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html +++ b/frontend/src/app/components/keyresult-detail/keyresult-detail.component.html @@ -9,13 +9,13 @@

{{ keyResult.title }}

-
+ {{ "KEY_RESULT_TYPE." + keyResult.keyResultType | translate }} -
-
+ + person icon

{{ owner.firstname }} {{ owner.lastname }}

-
+ {{ quarter.label }}
@@ -101,7 +101,7 @@

-

Beschrieb

+

Beschrieb

-

{{ keyResult.description }}

diff --git a/frontend/src/app/components/objective-detail/objective-detail.component.html b/frontend/src/app/components/objective-detail/objective-detail.component.html index 75c87a5b5f..3f72c8d78a 100644 --- a/frontend/src/app/components/objective-detail/objective-detail.component.html +++ b/frontend/src/app/components/objective-detail/objective-detail.component.html @@ -2,7 +2,7 @@
-

{{ objective.title }}

+

{{ objective.title }}

-

Beschrieb

+

Beschrieb

-

{{ objective.description }}