From 404e3531835d47f24eb8b7d84985fad9944fc468 Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:19:28 +0000 Subject: [PATCH] translations --- frontend/public/locales/en-GB/translation.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index dc85a460b..f5908b086 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -3778,7 +3778,9 @@ "password": "SMTP Password", "password.description": "Password for SMTP authentication", "from": "From Address", - "from.description": "The email address to use as the sender" + "from.description": "The email address to use as the sender", + "enableInvites": "Enable Email Invites", + "enableInvites.description": "Allow admins to invite users via email with auto-generated passwords" }, "legal": { "title": "Legal Documents", @@ -4400,6 +4402,7 @@ "people": { "title": "People", "description": "Manage workspace members and their permissions", + "loading": "Loading people...", "searchMembers": "Search members...", "addMembers": "Add Members", "inviteMembers": "Invite Members",