From 6e0d2706a8de15e88be994b9c9ad26f282b6fa09 Mon Sep 17 00:00:00 2001 From: Leigh Pointer Date: Wed, 25 May 2022 11:13:38 +0200 Subject: [PATCH] Fix for missing Resx entries #2215 Updated the Resx File with the missing entries. However the UserProfile\Add cant be Localized at present as the IStringLocalizer is not loaded when that property assignment is executed. --- .../Resources/Modules/Admin/UserProfile/Index.resx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Oqtane.Client/Resources/Modules/Admin/UserProfile/Index.resx b/Oqtane.Client/Resources/Modules/Admin/UserProfile/Index.resx index 6eabb548..2d09bacc 100644 --- a/Oqtane.Client/Resources/Modules/Admin/UserProfile/Index.resx +++ b/Oqtane.Client/Resources/Modules/Admin/UserProfile/Index.resx @@ -219,4 +219,10 @@ Delete ALL Notifications + + Notifications + + + Profile + \ No newline at end of file