Tweak 2FA enabled state (#6043)

* tweak 2fa presentation

* tweak dialog text style
This commit is contained in:
Samuel Newman
2024-11-01 00:30:42 +00:00
committed by GitHub
parent 3b68dfeb3b
commit 1b69ecb57a
3 changed files with 20 additions and 7 deletions
@@ -57,7 +57,7 @@ export function Email2FAToggle() {
/>
<SettingsList.BadgeButton
label={
currentAccount?.emailAuthFactor ? _(msg`Disable`) : _(msg`Enable`)
currentAccount?.emailAuthFactor ? _(msg`Change`) : _(msg`Enable`)
}
onPress={onToggle}
/>