diff --git a/apps/web/src/app/modules/organizations/manage/entity-users.component.html b/apps/web/src/app/modules/organizations/manage/entity-users.component.html index f4c157a941..92f95bae3b 100644 --- a/apps/web/src/app/modules/organizations/manage/entity-users.component.html +++ b/apps/web/src/app/modules/organizations/manage/entity-users.component.html @@ -64,9 +64,7 @@ (click)="filterSelected(true)" > {{ "selected" | i18n }} - {{ - selectedCount - }} + {{ selectedCount }} @@ -115,12 +113,14 @@ {{ u.email }} {{ "invited" | i18n }} {{ "accepted" | i18n }} diff --git a/apps/web/src/app/organizations/manage/people.component.html b/apps/web/src/app/organizations/manage/people.component.html index 902dd85d6e..a20a95d20a 100644 --- a/apps/web/src/app/organizations/manage/people.component.html +++ b/apps/web/src/app/organizations/manage/people.component.html @@ -9,7 +9,7 @@ (click)="filter(null)" > {{ "all" | i18n }} - {{ allCount }} + {{ allCount }}
@@ -156,13 +152,13 @@ {{ u.email }} - {{ + {{ "invited" | i18n }} - {{ + {{ "accepted" | i18n }} - {{ + {{ "deactivated" | i18n }} {{ u.name }} diff --git a/apps/web/src/app/organizations/manage/policies.component.html b/apps/web/src/app/organizations/manage/policies.component.html index 0f8b890c8f..f1941d097d 100644 --- a/apps/web/src/app/organizations/manage/policies.component.html +++ b/apps/web/src/app/organizations/manage/policies.component.html @@ -14,7 +14,7 @@ {{ p.name | i18n }} - {{ + {{ "enabled" | i18n }} {{ p.description | i18n }} diff --git a/apps/web/src/app/organizations/manage/user-add-edit.component.html b/apps/web/src/app/organizations/manage/user-add-edit.component.html index a11aeda15b..50a1a8bf1e 100644 --- a/apps/web/src/app/organizations/manage/user-add-edit.component.html +++ b/apps/web/src/app/organizations/manage/user-add-edit.component.html @@ -11,7 +11,9 @@
@@ -137,10 +135,10 @@ {{ u.email }} - {{ + {{ "invited" | i18n }} - {{ + {{ "accepted" | i18n }} {{ u.name }}