mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 22:38:06 +00:00
fix(console): intercept navigator.language, set browser lang as default for user without explicit setting, user table outline, member create dialog import (#820)
* i18n interceptor, set language to browser lang * nullcheck * rm external idp log * fix module imports, rm user displayname from i18n * Update console/src/assets/i18n/de.json Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com>
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
},
|
||||
"DIALOG": {
|
||||
"DELETE_TITLE":"Delete User",
|
||||
"DELETE_DESCRIPTION":"You are about to permanently delete the user {{displayName}}. Are you sure?"
|
||||
"DELETE_DESCRIPTION":"You are about to permanently delete a user. Are you sure?"
|
||||
},
|
||||
"TABLE":{
|
||||
"DEACTIVATE":"Deactivate",
|
||||
|
Reference in New Issue
Block a user