mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 04:37:35 +00:00
fix(console): LDAP UI optimization for better required field recognition, improve onboarding all done visibility (#5659)
* fix: onboarding all done styles * ldap UI change * rm log * set required marker to formfield, max width of string-list comp * seperate formfields * formarray * clear action * validator * hide pwd field * rm dead code * lint
This commit is contained in:
@@ -247,6 +247,7 @@
|
||||
},
|
||||
"ERRORS": {
|
||||
"REQUIRED": "Proszę wypełnić to pole.",
|
||||
"ATLEASTONE": "Podaj co najmniej jedną wartość.",
|
||||
"TOKENINVALID": {
|
||||
"TITLE": "Twój token autoryzacji wygasł.",
|
||||
"DESCRIPTION": "Kliknij przycisk poniżej, aby ponownie się zalogować."
|
||||
|
Reference in New Issue
Block a user