password reset fixes

This commit is contained in:
vfedosevich 2015-04-16 07:18:14 -07:00
parent 097378bc50
commit 736e83746f
10 changed files with 318 additions and 319 deletions

View file

@ -465,6 +465,15 @@ namespace WebsitePanel.WebDavPortal.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Login.
/// </summary>
public static string Login {
get {
return ResourceManager.GetString("Login", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Login name.
/// </summary>
@ -628,7 +637,7 @@ namespace WebsitePanel.WebDavPortal.Resources {
}
/// <summary>
/// Looks up a localized string similar to Enter your email address to reset your password. You may need to check your spam folder..
/// Looks up a localized string similar to Enter your login and password reset email will be sent to your email address. You may need to check your spam folder..
/// </summary>
public static string PasswordResetEmailInfo {
get {

View file

@ -385,9 +385,12 @@
<value>Zip/Postal Code</value>
</data>
<data name="PasswordResetEmailInfo" xml:space="preserve">
<value>Enter your email address to reset your password. You may need to check your spam folder.</value>
<value>Enter your login and password reset email will be sent to your email address. You may need to check your spam folder.</value>
</data>
<data name="TryAgain" xml:space="preserve">
<value>Try again</value>
</data>
<data name="Login" xml:space="preserve">
<value>Login</value>
</data>
</root>