This commit is contained in:
AlacrisDevs
2026-02-09 12:00:40 +02:00
parent 9885f9459d
commit 71bf7b9057
8 changed files with 126 additions and 17 deletions

View File

@@ -987,5 +987,9 @@
"onboarding_skip": "Skip for now",
"invite_email_subject": "{orgName} — You're invited to join",
"invite_email_sent": "Invite email sent to {email}",
"toast_error_send_invite_email": "Failed to send invite email"
}
"toast_error_send_invite_email": "Failed to send invite email",
"settings_transfer_ownership": "Transfer ownership",
"settings_transfer_confirm": "Transfer ownership to {name}? You will be demoted to admin. This action is immediate.",
"toast_error_transfer_ownership": "Failed to transfer ownership",
"toast_success_transfer_ownership": "Ownership transferred to {name}"
}