mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
fix(phrases): capitalized username in de (#3604)
This commit is contained in:
parent
20381551fc
commit
67a84e4d6b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const translation = {
|
|||
description: {
|
||||
email: 'Email',
|
||||
phone_number: 'Telefonnummer',
|
||||
username: 'benutzername',
|
||||
username: 'Benutzername',
|
||||
reminder: 'Erinnerung',
|
||||
not_found: '404 Nicht gefunden',
|
||||
agree_with_terms: 'Ich akzeptiere die ',
|
||||
|
|
Loading…
Reference in a new issue