mirror of
https://github.com/zitadel/zitadel
synced 2024-11-21 16:30:53 +00:00
fix: typo in verify email default text (#6694)
Fix typo in Verify email default text Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
parent
53034a5fb1
commit
b24e120c66
@ -735,7 +735,7 @@ DefaultInstance:
|
||||
PreHeader: Verify email
|
||||
Subject: Verify email
|
||||
Greeting: Hello {{.DisplayName}},
|
||||
Text: A new email has been added. Please use the button below to verify your mail. (Code {{.Code}}) If you din't add a new email, please ignore this email.
|
||||
Text: A new email has been added. Please use the button below to verify your email. (Code {{.Code}}) If you din't add a new email, please ignore this email.
|
||||
ButtonText: Verify email
|
||||
- MessageTextType: VerifyPhone
|
||||
Language: en
|
||||
|
@ -6837,7 +6837,7 @@ message SetDefaultVerifyEmailMessageTextRequest {
|
||||
string text = 6 [
|
||||
(validate.rules).string = {max_bytes: 40000},
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
example: "\"A new email has been added. Please use the button below to verify your mail. (Code {{.Code}}) If you didn't add a new email, please ignore this email.\""
|
||||
example: "\"A new email has been added. Please use the button below to verify your email. (Code {{.Code}}) If you didn't add a new email, please ignore this email.\""
|
||||
max_length: 10000;
|
||||
}
|
||||
];
|
||||
|
@ -10914,7 +10914,7 @@ message SetCustomVerifyEmailMessageTextRequest {
|
||||
string text = 6 [
|
||||
(validate.rules).string = {max_bytes: 40000},
|
||||
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
|
||||
example: "\"A new email has been added. Please use the button below to verify your mail. (Code {{.Code}}) If you didn't add a new email, please ignore this email.\""
|
||||
example: "\"A new email has been added. Please use the button below to verify your email. (Code {{.Code}}) If you didn't add a new email, please ignore this email.\""
|
||||
max_length: 10000;
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user