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 }}
+