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