Better email title + translation
This commit is contained in:
parent
c7b6f58655
commit
9874497469
5 changed files with 18 additions and 3 deletions
|
|
@ -38,6 +38,7 @@ pub enum Sentence {
|
|||
SignUpTitle,
|
||||
SignUpButton,
|
||||
SignUpEmailSent,
|
||||
SignUpEmailTitle,
|
||||
SignUpFollowEmailLink,
|
||||
SignUpEmailValidationSuccess,
|
||||
SignUpValidationExpired,
|
||||
|
|
@ -66,6 +67,7 @@ pub enum Sentence {
|
|||
AskResetButton,
|
||||
AskResetAlreadyLoggedInError,
|
||||
AskResetEmailAlreadyResetError,
|
||||
AskResetEmailTitle,
|
||||
AskResetFollowEmailLink,
|
||||
AskResetEmailSent,
|
||||
AskResetTokenMissing,
|
||||
|
|
@ -79,6 +81,7 @@ pub enum Sentence {
|
|||
ProfileEmail,
|
||||
ProfileDefaultServings,
|
||||
ProfileNewPassword,
|
||||
ProfileFollowEmailTitle,
|
||||
ProfileFollowEmailLink,
|
||||
ProfileEmailSent,
|
||||
ProfileSaved,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue