mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-07 22:24:32 +00:00
fix(translations): typo in VerifyEmail body (#8872)
# Which Problems Are Solved Fixes small typo in email body during user creation & verification. The change also includes the removal of some unnecessary white space in the same yaml file. # How the Problems Are Solved Replaces din't with didn't.  Co-authored-by: jtaylor@dingo.com <jtaylor@dingo.com> Co-authored-by: Silvan <silvan.reusser@gmail.com>
This commit is contained in:
parent
fb6579e456
commit
04a166f2d2
@ -1024,7 +1024,7 @@ DefaultInstance:
|
|||||||
PreHeader: Verify email
|
PreHeader: Verify email
|
||||||
Subject: Verify email
|
Subject: Verify email
|
||||||
Greeting: Hello {{.DisplayName}},
|
Greeting: Hello {{.DisplayName}},
|
||||||
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.
|
Text: 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.
|
||||||
ButtonText: Verify email
|
ButtonText: Verify email
|
||||||
- MessageTextType: VerifyPhone
|
- MessageTextType: VerifyPhone
|
||||||
Language: en
|
Language: en
|
||||||
|
Loading…
x
Reference in New Issue
Block a user