diff --git a/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.html b/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.html index 84fb5a215..62da64adc 100644 --- a/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.html +++ b/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.html @@ -32,7 +32,7 @@

-

{{'profileInfo.emailApprovedPopupMsg' | translate}}

+

{{'profileInfo.emailApprovedPopupMsg' | translate}} {{'profileInfo.changes' | translate}}

{{'profileInfo.emailApprovedPopupSubmsg' | translate}}

diff --git a/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.scss b/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.scss index dee6a4e58..ae573068d 100644 --- a/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.scss +++ b/library/ws-widget/collection/src/lib/_common/confirm-dialog/confirm-dialog.component.scss @@ -133,6 +133,9 @@ .domain-message { font-size: 16px; color: #1B4CA1; + .font-bold700 { + font-weight: 700; + } } .domain-sub-message { font-size: 14px; diff --git a/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.html b/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.html index a53f1febd..16a51ae5f 100755 --- a/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.html +++ b/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.html @@ -301,8 +301,14 @@
{{ 'profileInfo.note' | translate }} -
{{ 'profileInfo.emailApprovedNote' | translate }}
-
{{ 'profileInfo.emailDigilockerNote' | translate }}
+
{{ 'profileInfo.emailApprovedNoteStart' | translate }} + {{ 'profileInfo.theUser' | translate }} + {{ 'profileInfo.emailApprovedNoteEnd' | translate }} +
+
{{ 'profileInfo.emailDigilockerNoteStart' | translate }} + {{ 'profileInfo.wants' | translate }} + {{ 'profileInfo.emailDigilockerNoteEnd' | translate }} +
diff --git a/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.scss b/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.scss index db02dfbc8..4fd73d42b 100755 --- a/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.scss +++ b/project/ws/app/src/lib/routes/profile-v2/routes/profile-view/profile-view.component.scss @@ -79,6 +79,10 @@ $border-color: rgba($color: #000000, $alpha: 0.16); font-weight: 400; line-height: 14px; color: rgba($color: #000000, $alpha: 0.6); + .font-bold700 { + font-weight: 700; + color: rgba(0, 0, 0, 0.87); + } } .info-value {