invite and invite success pages

This commit is contained in:
peintnermax
2024-10-18 15:42:38 +02:00
parent 4606077ca0
commit 94e2d31f5b
13 changed files with 423 additions and 7 deletions

View File

@@ -135,6 +135,19 @@
"submit": "Continue"
}
},
"invite": {
"title": "Invite User",
"description": "Provide the email address and the name of the user you want to invite.",
"info": "The user will receive an email with further instructions.",
"submit": "Continue",
"success": {
"title": "Invite User",
"description": "The email has successfully been sent.",
"verified": "The user has been invited and has already verified his email.",
"notVerifiedYet": "The user has been invited. They will receive an email with further instructions.",
"submit": "Invite another user"
}
},
"signedin": {
"title": "Welcome {user}!",
"description": "You are signed in."