mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +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. ![image](https://github.com/user-attachments/assets/48abf38b-4deb-42b7-a85b-91009e19f27f) 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
|
||||
Subject: Verify email
|
||||
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
|
||||
- MessageTextType: VerifyPhone
|
||||
Language: en
|
||||
|
Loading…
Reference in New Issue
Block a user