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.
This commit is contained in:
@ -219,4 +219,10 @@
|
||||
<data name="DeleteAllNotifications.Text" xml:space="preserve">
|
||||
<value>Delete ALL Notifications</value>
|
||||
</data>
|
||||
<data name="Notifications.Heading" xml:space="preserve">
|
||||
<value>Notifications</value>
|
||||
</data>
|
||||
<data name="Profile.Heading" xml:space="preserve">
|
||||
<value>Profile</value>
|
||||
</data>
|
||||
</root>
|
Reference in New Issue
Block a user