From 673288d58ead213d71fd1c574a9453c902e25d54 Mon Sep 17 00:00:00 2001 From: Ben Jefferies Date: Fri, 16 Jun 2023 00:25:50 +0100 Subject: [PATCH] fix(i18n): Make text gender neutral (#379) --- web/i18n/lang/common.en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/lang/common.en.ts b/web/i18n/lang/common.en.ts index 22eec8d439..8c89d208c6 100644 --- a/web/i18n/lang/common.en.ts +++ b/web/i18n/lang/common.en.ts @@ -110,7 +110,7 @@ const translation = { normal: 'Normal', normalTip: 'Only can use apps,can not build apps', inviteTeamMember: 'Add team member', - inviteTeamMemberTip: 'He can access your team data directly after signing in.', + inviteTeamMemberTip: 'They can access your team data directly after signing in.', email: 'Email', emailInvalid: 'Invalid Email Format', emailPlaceholder: 'Input Email',