mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 00:17:34 +00:00
feat: SMS and email OTP texts (#6281)
* manage 2 custom texts proto * implement methods * default texts * console * improve translations * lint * test: fix e2e timeout * fix translations * add missing console translations * remove unused text parts --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -1294,6 +1294,8 @@
|
||||
"INIT": "Initialization",
|
||||
"VE": "Verify Email",
|
||||
"VP": "Verify Phone",
|
||||
"VSO": "Verify SMS OTP",
|
||||
"VEO": "Verify Email OTP",
|
||||
"PR": "Password Reset",
|
||||
"DC": "Domain Claim",
|
||||
"PL": "Passwordless",
|
||||
@@ -1314,7 +1316,9 @@
|
||||
"verifiedPhone": "Verified phone",
|
||||
"changedate": "Change date",
|
||||
"username": "Username",
|
||||
"tempUsername": "Temp username"
|
||||
"tempUsername": "Temp username",
|
||||
"otp": "One-time password",
|
||||
"verifyUrl": "Verify One-time-password URL"
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "Custom Texts saved."
|
||||
|
Reference in New Issue
Block a user