bugs fix
This commit is contained in:
parent
599e9a8865
commit
84f9f63407
44 changed files with 560 additions and 92 deletions
|
@ -120,6 +120,9 @@
|
|||
<data name="AccountNotFound" xml:space="preserve">
|
||||
<value>Account was not found</value>
|
||||
</data>
|
||||
<data name="AlreadyInUse" xml:space="preserve">
|
||||
<value>{0} is already in use</value>
|
||||
</data>
|
||||
<data name="EmailInvalid" xml:space="preserve">
|
||||
<value>Email is invalid</value>
|
||||
</data>
|
||||
|
@ -148,11 +151,14 @@
|
|||
<value>A message was sent to your email address. Please check your email for further instructions.</value>
|
||||
</data>
|
||||
<data name="PasswordResetSmsHintFormat" xml:space="preserve">
|
||||
<value>Text message (SMS) was sent to the phone number associated to your account. If you didn't recieve text message (SMS) click {0} for new text message (SMS).</value>
|
||||
<value>Please enter the verification code we sent to your phone. If you didn't receive a code, you can {0}.</value>
|
||||
</data>
|
||||
<data name="PasswordResetUserReason" xml:space="preserve">
|
||||
<value>Webdav portal user request.</value>
|
||||
</data>
|
||||
<data name="PasswordSuccessfullyChanged" xml:space="preserve">
|
||||
<value>Your password have been successfully changed</value>
|
||||
</data>
|
||||
<data name="PasswordSymbolsCountFormat" xml:space="preserve">
|
||||
<value>Password should contain at least {0} non-alphanumeric symbols</value>
|
||||
</data>
|
||||
|
@ -165,6 +171,12 @@
|
|||
<data name="Required" xml:space="preserve">
|
||||
<value>{0} field is required</value>
|
||||
</data>
|
||||
<data name="SmsWasNotSent" xml:space="preserve">
|
||||
<value>Text message (SMS) was not sent to your mobile phone. Invalid phone number.</value>
|
||||
</data>
|
||||
<data name="SmsWasSent" xml:space="preserve">
|
||||
<value>Text message (SMS) was sent to your mobile phone.</value>
|
||||
</data>
|
||||
<data name="UrlInvalid" xml:space="preserve">
|
||||
<value>Url is invalid</value>
|
||||
</data>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue