diff --git a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor index af2521cf..526544fa 100644 --- a/Oqtane.Client/Modules/Admin/UserProfile/Index.razor +++ b/Oqtane.Client/Modules/Admin/UserProfile/Index.razor @@ -225,7 +225,7 @@ else } else { - You have not received any notifications. + @Localizer["NoNotificationsReceived"] } } else @@ -287,7 +287,7 @@ else } else { - You have not sent any notifications. + @Localizer["NoNotificationsSent"] } } }