Missing Resx Keys

Added missing Keys for Login and Visitor
This commit is contained in:
Leigh Pointer
2021-12-23 11:36:20 +01:00
parent 8408f98693
commit 9ccc4c4059
3 changed files with 15 additions and 3 deletions

View File

@ -138,4 +138,13 @@
<data name="Info.SignedIn" xml:space="preserve">
<value>You Are Already Signed In</value>
</data>
<data name="Message.ForgotPassword" xml:space="preserve">
<value>Please Enter The Username Related To Your Account And Then Select The Forgot Password Option Again</value>
</data>
<data name="Message.ForgotUser" xml:space="preserve">
<value>Please Check The Email Address Associated To Your User Account For A Password Reset Notification</value>
</data>
<data name="Message.UserDoesNotExist" xml:space="preserve">
<value>User Does Not Exist</value>
</data>
</root>

View File

@ -171,4 +171,7 @@
<data name="Created" xml:space="preserve">
<value>Created</value>
</data>
<data name="Details.Text" xml:space="preserve">
<value>Details</value>
</data>
</root>