From d0050f7d5906b693684cd1e89e4b59150f5e7dd7 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 20 Oct 2023 21:39:19 -0700 Subject: [PATCH] Updates Localization of No Notifications Messages --- Oqtane.Client/Modules/Admin/UserProfile/Index.razor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] } } }