mirror of
https://github.com/JuniorDark/RustyHearts-Launcher.git
synced 2026-05-07 05:21:44 -04:00
Updated username regex to not allow uppercase characters
This commit is contained in:
parent
d319a7d4d7
commit
086b25b83b
6 changed files with 4781 additions and 4703 deletions
9
RHLauncher/LocalizedStrings.Designer.cs
generated
9
RHLauncher/LocalizedStrings.Designer.cs
generated
|
|
@ -735,6 +735,15 @@ namespace RHLauncher.RHLauncher {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Username must not contain uppercase letters. Please use only lowercase letters and digits..
|
||||
/// </summary>
|
||||
public static string UsernameDescLabelUppercase {
|
||||
get {
|
||||
return ResourceManager.GetString("UsernameDescLabelUppercase", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Username/Email.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue