diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor index e6b2bcc6..dd1b4065 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor @@ -225,7 +225,9 @@ else } else { - @Localizer["NoNotificationsReceived.Text"] +
+ @Localizer["NoNotificationsReceived.Text"] +
} } else @@ -287,7 +289,9 @@ else } else { - @Localizer["NoNotificationsSent.Text"] +
+ @Localizer["NoNotificationsSent.Text"] +
} } }