feat: add trailing whitespace warning on login username field (#2040) (#2177)

This commit is contained in:
Geoffrey Coulaud
2026-03-12 15:46:59 +00:00
committed by GitHub
parent c0241d946e
commit 636dcb984f
4 changed files with 28 additions and 2 deletions

View File

@@ -269,6 +269,8 @@
"components.Login.signinwithjellyfin": "Use your {mediaServerName} account",
"components.Login.signinwithoverseerr": "Use your {applicationTitle} account",
"components.Login.signinwithplex": "Use your Plex account",
"components.Login.tipEmailHasTrailingWhitespace": "The email ends with whitespace",
"components.Login.tipUsernameHasTrailingWhitespace": "The username ends with whitespace",
"components.Login.title": "Add Email",
"components.Login.urlBase": "URL Base",
"components.Login.username": "Username",