loading time fix
This commit is contained in:
parent
cbff6f5964
commit
9c9fad9ba7
12 changed files with 257 additions and 14 deletions
|
@ -627,6 +627,15 @@ namespace WebsitePanel.WebDavPortal.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Password never expires. If you want to change password then please click {0}..
|
||||
/// </summary>
|
||||
public static string PasswordNeverExpiresFormat {
|
||||
get {
|
||||
return ResourceManager.GetString("PasswordNeverExpiresFormat", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Password reset.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue