mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-02 09:08:20 +00:00
Add notice about usernames in register form
This commit is contained in:
parent
fdf1988a34
commit
98a444499e
5 changed files with 40 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
namespace LBPUnion.ProjectLighthouse.Localization.StringLists;
|
||||
|
||||
public static class RegisterStrings
|
||||
{
|
||||
public static readonly TranslatableString UsernameNotice = create("username_notice");
|
||||
|
||||
private static TranslatableString create(string key) => new(TranslationAreas.Register, key);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue