Skip to content

Commit 1ab3118

Browse files
authored
Improved wording of 2FA setting (#22818)
- Subtle improvement to help distinguish between the standard logging in from new device detection behaviour and the required 2FA behaviour - Changed after on some user feedback and discussion with John
1 parent 35f8ab7 commit 1ab3118

File tree

1 file changed

+1
-1
lines changed
  • apps/admin-x-settings/src/components/settings/general

1 file changed

+1
-1
lines changed

apps/admin-x-settings/src/components/settings/general/Users.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const Users: React.FC<{ keywords: string[], highlight?: boolean }> = ({keywords,
305305
<div className='flex items-baseline justify-between'>
306306
<div className='flex flex-col'>
307307
<span className='text-[1.5rem] font-semibold tracking-tight'>Security settings</span>
308-
<span>Enable email 2FA for all staff logins</span>
308+
<span>Require email 2FA codes to be used on all staff logins</span>
309309
</div>
310310
<Toggle
311311
checked={require2fa}

0 commit comments

Comments
 (0)