diff --git a/src/pages/settings/Security/TwoFactorAuth/IsEnabledPage.js b/src/pages/settings/Security/TwoFactorAuth/IsEnabledPage.js index 01d986e2f4e5..4d49edac1fe4 100644 --- a/src/pages/settings/Security/TwoFactorAuth/IsEnabledPage.js +++ b/src/pages/settings/Security/TwoFactorAuth/IsEnabledPage.js @@ -1,5 +1,6 @@ import React, {useState} from 'react'; -import {Text, View, ScrollView} from 'react-native'; +import {View, ScrollView} from 'react-native'; +import Text from '../../../../components/Text'; import HeaderWithBackButton from '../../../../components/HeaderWithBackButton'; import Navigation from '../../../../libs/Navigation/Navigation'; import ScreenWrapper from '../../../../components/ScreenWrapper'; @@ -43,7 +44,7 @@ function IsEnabledPage(props) { containerStyles={[styles.twoFactorAuthSection]} > - {props.translate('twoFactorAuth.whatIsTwoFactorAuth')} + {props.translate('twoFactorAuth.whatIsTwoFactorAuth')}