Tweak 2FA enabled state (#6043)
* tweak 2fa presentation * tweak dialog text style
This commit is contained in:
@@ -57,7 +57,7 @@ export function Email2FAToggle() {
|
||||
/>
|
||||
<SettingsList.BadgeButton
|
||||
label={
|
||||
currentAccount?.emailAuthFactor ? _(msg`Disable`) : _(msg`Enable`)
|
||||
currentAccount?.emailAuthFactor ? _(msg`Change`) : _(msg`Enable`)
|
||||
}
|
||||
onPress={onToggle}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user