mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-21 06:39:02 +00:00
fix(console): toast message (#440)
* fix: toast message * i18n fully * fix toast payload
This commit is contained in:
@@ -194,18 +194,18 @@
|
||||
"EDITACCOUNT":"Edit Account",
|
||||
"ADDACCOUNT":"Log in with another account",
|
||||
"TOAST": {
|
||||
"CREATED":"User created successful!",
|
||||
"SAVED":"Profile saved successful!",
|
||||
"EMAILSAVED":"Email saved successful!",
|
||||
"PHONESAVED":"Phone saved successful!",
|
||||
"CREATED":"User created successfully!",
|
||||
"SAVED":"Profile saved successfully!",
|
||||
"EMAILSAVED":"Email saved successfully!",
|
||||
"PHONESAVED":"Phone saved successfully!",
|
||||
"PHONEREMOVED":"Phone has been removed!",
|
||||
"PHONEVERIFIED":"Phone verified successful!",
|
||||
"PHONEVERIFIED":"Phone verified successfully!",
|
||||
"PHONEVERIFICATIONSENT":"Phone verification code sent!",
|
||||
"EMAILVERIFICATIONSENT":"Email verification code sent!",
|
||||
"OTPREMOVED":"OTP removed!",
|
||||
"INITIALPASSWORDSET":"Initial password set!",
|
||||
"PASSWORDNOTIFICATIONSENT":"Password Change Notification sent",
|
||||
"PASSWORDCHANGED":"Password changed successful!",
|
||||
"PASSWORDCHANGED":"Password changed successfully!",
|
||||
"REACTIVATED":"User reactivated",
|
||||
"DEACTIVATED":"User deactivated"
|
||||
}
|
||||
|
Reference in New Issue
Block a user